Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/issue_comment_edited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
ref: ${{ steps.label_out.outputs.branch }}
token: ${{ steps.app-token.outputs.token }}

- if: ${{ steps.label_out.outputs.expected_results == 'true' }}
name: Install aeon and dependencies
uses: ./.github/actions/cpu_all_extras
with:
additional_extras: "dev"

- if: ${{ steps.label_out.outputs.expected_results == 'true' }}
name: Regenerate expected results
run: python aeon/testing/expected_results/_write_estimator_results.py
Expand Down
5 changes: 0 additions & 5 deletions aeon/testing/testing_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
"FLUSSSegmenter": ["check_non_state_changing_method"],
"ClaSPSegmenter": ["check_non_state_changing_method"],
"HMMSegmenter": ["check_non_state_changing_method"],
# Unknown issue not producing the same results
"RDSTRegressor": ["check_regressor_against_expected_results"],
"RISTRegressor": ["check_regressor_against_expected_results"],
# Affected by threading changes in distance module
"CanonicalIntervalForestRegressor": ["check_regressor_against_expected_results"],
# Requires y to be passed in inverse_transform,
# but this is not currently enabled/supported
"DifferenceTransformer": ["check_transform_inverse_transform_equivalent"],
Expand Down
Loading