Skip to content

MAINT: Silence known warnings in test suite

Alexander Tygesen requested to merge silence_warning into master

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.

Merge request reports

Loading