MAINT: Silence known warnings in test suite
Silences the existing warnings in the test suite. The divide by zero comes from the binom_test
, and it's unclear why. I suspect it's some bug in scipy.
The test suite should now pass with 0 warnings.
Silences the existing warnings in the test suite. The divide by zero comes from the binom_test
, and it's unclear why. I suspect it's some bug in scipy.
The test suite should now pass with 0 warnings.