flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 62 forks source link

Fixes import error from recent scipy upgrade (issue #110) #111

Closed MJKirk closed 4 years ago

MJKirk commented 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.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.001%) to 93.874% when pulling 892914923c123e00e57166eb5852fa4c962429d3 on MJKirk:scipy_import_fix into 7e73035897be05bffd5bcf5af80108ed890753cd on flav-io:master.

peterstangl commented 4 years ago

Sorry, I forgot to merge this. Thank you @MJKirk!