You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
This simple example fails with the Segmentation fault (core dumped)
Python 3.9.5 (default, Jun 4 2021, 12:28:51)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.30.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import FisherExact
In [2]: FisherExact.fisher_exact([[38, 0, 49], [37, 0, 52]])
capi_return is NULL
Call-back cb_f2pystop_in_prterr__user__routines failed.
Segmentation fault (core dumped)
how can I fix this error?
The text was updated successfully, but these errors were encountered:
This simple example fails with the Segmentation fault (core dumped)
Python 3.9.5 (default, Jun 4 2021, 12:28:51)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.30.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import FisherExact
In [2]: FisherExact.fisher_exact([[38, 0, 49], [37, 0, 52]])
capi_return is NULL
Call-back cb_f2pystop_in_prterr__user__routines failed.
Segmentation fault (core dumped)
how can I fix this error?
The text was updated successfully, but these errors were encountered: