Skip to content

Commit cbb1dd1

Browse files
committed
BinSegmenter exclusion
1 parent 706da1d commit cbb1dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/testing/testing_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"GreedyGaussianSegmenter": ["check_non_state_changing_method"],
5757
"ClaSPSegmenter": ["check_non_state_changing_method"],
5858
"HMMSegmenter": ["check_non_state_changing_method"],
59-
"BinSegSegmenter": ["check_non_state_changing_method"],
59+
"BinSegmenter": ["check_non_state_changing_method"],
6060
"QUANTTransformer": ["check_non_state_changing_method"],
6161
"MatrixProfileSeriesTransformer": ["check_non_state_changing_method"],
6262
"PLASeriesTransformer": ["check_non_state_changing_method"],

0 commit comments

Comments
 (0)