Skip to content

Commit

Permalink
Automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana-Raja authored and github-actions[bot] committed Nov 23, 2024
1 parent 47ff137 commit 6eb536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/clustering/_r_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def __fit_rocket(self, X):

quantiles = self.__quantiles(self.num_kernels * num_features_per_kernel)

#MODIFICATION
# MODIFICATION
quantiles = np.random.permutation(quantiles)

biases = self.__fit_biases(X, dilations, num_features_per_dilation, quantiles)
Expand Down

0 comments on commit 6eb536f

Please sign in to comment.