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

Update test failing due to removed scipy method #3079

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

otcathatsya
Copy link
Contributor

scipy.binom_test was removed and replaced by binomtest (with a slightly different return syntax) in 1.7.0:
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.binomtest.html

@jessica-mitchell jessica-mitchell added S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Jan 26, 2024
@jessica-mitchell jessica-mitchell added this to To do in Build system and CI via automation Jan 26, 2024
@jessica-mitchell
Copy link
Contributor

Merging with 1 reviewer as it's a small change and will resolve the CI failing test

@jessica-mitchell jessica-mitchell merged commit 9ce52bf into nest:master Jan 26, 2024
24 checks passed
Build system and CI automation moved this from To do to Done Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: High Should be handled next T: Maintenance Work to keep up the quality of the code and documentation.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants