Closed MJKirk closed 4 years ago
Peter's suggested fix. I didn't do David's idea of
warnings.filterwarnings("ignore", module="scipy.integrate")
(I agree it looks like it should work, but haven't tried it) since scipy.integrate also has an IntegrationWarning that we might not want to catch.
scipy.integrate
IntegrationWarning
Coverage increased (+0.001%) to 93.874% when pulling 892914923c123e00e57166eb5852fa4c962429d3 on MJKirk:scipy_import_fix into 7e73035897be05bffd5bcf5af80108ed890753cd on flav-io:master.
Sorry, I forgot to merge this. Thank you @MJKirk!
Peter's suggested fix. I didn't do David's idea of
(I agree it looks like it should work, but haven't tried it) since
scipy.integrate
also has anIntegrationWarning
that we might not want to catch.