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

Fix tests for scikit learn 1.3.0 #553

Closed Ddelval closed 1 year ago

Ddelval commented 1 year ago

Add missing parameter to constructor so that tests pass with scikit-learn 1.3.0 (new version released today :) )

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e56b1b4) 85.86% compared to head (6cce699) 85.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #553 +/- ## ======================================== Coverage 85.86% 85.86% ======================================== Files 147 147 Lines 11648 11649 +1 ======================================== + Hits 10001 10002 +1 Misses 1647 1647 ``` | [Impacted Files](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/553?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM) | Coverage Δ | | |---|---|---| | [skfda/preprocessing/smoothing/validation.py](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/553?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvcHJlcHJvY2Vzc2luZy9zbW9vdGhpbmcvdmFsaWRhdGlvbi5weQ==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.