GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
287 stars 51 forks source link

Tests do not pass with SciPy 1.11 #551

Open vnmabus opened 1 year ago

vnmabus commented 1 year ago

Tests are not currently passing with SciPy version 1.11, as the results for Simpson quadrature have been changed in this version (https://github.com/scipy/scipy/pull/18209).

We need to update the test results and change the minimum SciPy version for testing to 1.11.