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