Skip to content

Commit

Permalink
added random_state to test param for fixing labels_ issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana-Raja committed Mar 2, 2025
1 parent 72aeb41 commit b19a3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeon/clustering/feature_based/_r_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,5 @@ def _get_test_params(cls, parameter_set="default") -> dict:
"""
return {
"n_clusters": 2,
"random_state": 1,
}

0 comments on commit b19a3be

Please sign in to comment.