Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OverflowError: value too large to convert to int #34

Open
zhangrengang opened this issue Sep 14, 2021 · 0 comments
Open

OverflowError: value too large to convert to int #34

zhangrengang opened this issue Sep 14, 2021 · 0 comments

Comments

@zhangrengang
Copy link

Traceback (most recent call last):
  File "Stats.py", line 16, in fisher_test
    try: pval = fisher.pvalue(x11, x12, x21, x22).right_tail
  File "src/cfisher.pyx", line 86, in cfisher.pvalue
OverflowError: value too large to convert to int

An example of x11, x12, x21, x22: (1, 78, 1406551982, 2642326796)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant