Skip to content

Commit

Permalink
Merge pull request #553 from GAA-UAM/hotfix/fix-test-execution
Browse files Browse the repository at this point in the history
Fix tests for scikit learn 1.3.0
  • Loading branch information
vnmabus committed Jul 1, 2023
2 parents e56b1b4 + 6cce699 commit 680fc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skfda/preprocessing/smoothing/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def __init__(
return_train_score=False,
)
self.param_values = param_values
self.param_name = param_name

def fit( # noqa: D102
self,
Expand Down

0 comments on commit 680fc1e

Please sign in to comment.