Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
auguste-probabl committed Mar 4, 2025
1 parent a182587 commit 48bee8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ def _feature_permutation(

if callable(scoring) or isinstance(scoring, (list, dict)):
cache_key_parts.append(joblib.hash(scoring))
else:
cache_key_parts.append(scoring)

# order arguments by key to ensure cache works
# n_jobs variable should not be in the cache
Expand Down

0 comments on commit 48bee8b

Please sign in to comment.