Skip to content

Commit

Permalink
exclude deep clusterers
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Nov 28, 2024
1 parent 225c2b6 commit ea2b56b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion aeon/testing/testing_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@
NUMBA_DISABLED = os.environ.get("NUMBA_DISABLE_JIT") == "1"

# exclude estimators here for short term fixes
EXCLUDE_ESTIMATORS = []
EXCLUDE_ESTIMATORS = [
"AEFCNClusterer",
"AEResNetClusterer",
"AEDCNNClusterer",
"AEDRNNClusterer",
"AEAttentionBiGRUClusterer",
"AEBiGRUClusterer",
]

# Exclude specific tests for estimators here
EXCLUDED_TESTS = {
Expand Down

0 comments on commit ea2b56b

Please sign in to comment.