Skip to content

Commit

Permalink
Update _r_cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana-Raja authored Nov 26, 2024
1 parent 966346a commit 4692232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aeon/clustering/_r_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def __fit_biases(X, dilations, num_features_per_dilation, quantiles):

# equivalent to:
# >>> from itertools import combinations
# >>> indices = np.array([_ for _ in combinations(np.arange(9), 3)], dtype = np.int32)
# >>> indices = np.array([_ for _ in combinations(np.arange(9), 3)]
#, dtype = np.int32)
# MODIFICATION
indices = np.array(
(
Expand Down

0 comments on commit 4692232

Please sign in to comment.