Skip to content

ImportError: cannot import name 'binom_test' from 'scipy.stats' #146

@maxsch3

Description

@maxsch3

Issue description

Tests fail with the following error

ImportError: cannot import name 'binom_test' from 'scipy.stats'

Investigation results

It turns out that binom_test has been removed from scipy 1.12 and replaced with binomtest

I would like to

replace binom_test to binomtest everywhere in the tests

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghigh impactHigh impact

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions