Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

OverflowError: Python int too large to convert to C long #3

@dterg

Description

@dterg

Running Monte Carlo simulations for more than 2x3:

  pval = fisher_exact(freqs[:, 0:3], simulate_pval=True)

gives an overflow error:

  OverflowError: Python int too large to convert to C long

Running Fisher Exact without simulations for more than 2x3 gives the error:

  Call-back cb_f2pystop_in_prterr__user__routines failed.
  capi_return is NULL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions