We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/pystatgen/sgkit/issues/464#issuecomment-790139564 and https://github.com/pystatgen/sgkit/pull/471#issuecomment-789152592 for implementation notes.
Note that math.comb is only available from Python 3.8 onwards, so we may need to use scipy.special.comb.
math.comb
scipy.special.comb
cc @timothymillar
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See https://github.com/pystatgen/sgkit/issues/464#issuecomment-790139564 and https://github.com/pystatgen/sgkit/pull/471#issuecomment-789152592 for implementation notes.
Note that
math.comb
is only available from Python 3.8 onwards, so we may need to usescipy.special.comb
.cc @timothymillar
The text was updated successfully, but these errors were encountered: