GAA-UAM / scikit-fda

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

Tests do not pass with SciPy 1.11 #551

Closed vnmabus closed 3 months 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.

vnmabus commented 3 months ago

Fixed in #602.