Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed Nov 14, 2023
1 parent 352043a commit 5214d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api/test_api_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def none_tsc_config():

@pytest.fixture()
def anomaly_detection_fedot_preset_config():
return dict(task='ts_forecasting',
return dict(task='anomaly_detection',
dataset='custom_dataset',
strategy='fedot_preset',
use_cache=False,
Expand Down
1 change: 1 addition & 0 deletions tests/unit/core/operation/transformation/test_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def time_series():
return np.random.rand(320)


@pytest.fixture
def anomaly_dict():
return {'anomaly1': [[40, 50], [60, 80]],
'anomaly2': [[130, 170], [300, 320]]}
Expand Down

0 comments on commit 5214d56

Please sign in to comment.