Closed vnmabus closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.61%. Comparing base (
3eb8ace
) to head (8946b3f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Describe the proposed changes
Remove support for Python 3.9 according to SPEC 0.
Fix test discrepancies with newer Scipy versions.
SciPy version 1.11 changes how Simpson quadrature is computed with an even number of points (https://github.com/scipy/scipy/pull/18209).
This caused some test to fail, as the values of the integrals and metrics used change, causing in some cases several discrepancies (https://github.com/GAA-UAM/scikit-fda/issues/551).
This has been fixed to make the tests compatible with both previous versions and versions after 1.11, in two main ways:
Checklist before requesting a review