fishers_exact_test icon indicating copy to clipboard operation
fishers_exact_test copied to clipboard

OverflowError: value too large to convert to int

Open zhangrengang opened this issue 2 years ago • 0 comments

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)

zhangrengang avatar Sep 14 '21 01:09 zhangrengang