Skip to content

Commit

Permalink
feat: restore fast_ica model on constant data test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Jul 23, 2024
1 parent 04d9a15 commit 8661be6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/models/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,7 @@ def test_locf_forecast_correctly():
def test_models_does_not_fall_on_constant_data(operation):
""" Run models on constant data """
# models that raise exception
to_skip = ['custom', 'arima', 'catboost', 'catboostreg', 'cgru',
'lda', 'fast_ica', 'decompose', 'class_decompose']
to_skip = {'custom', 'arima', 'catboost', 'catboostreg', 'cgru', 'lda', 'decompose', 'class_decompose'}
if operation.id in to_skip:
return

Expand Down

0 comments on commit 8661be6

Please sign in to comment.