SIENTIAPDE-1252: Remove experiment_description from TrainModelParams and related tests.
This commit is contained in:
@@ -61,7 +61,6 @@ async def test_train_model_success(mock_training_repository_class):
|
||||
'upp_lim': {'feature1': 100.0, 'feature2': 100.0},
|
||||
'window': 10,
|
||||
'experiment_name': 'test_experiment',
|
||||
'experiment_description': 'Test experiment',
|
||||
'removed_intervals': [],
|
||||
}
|
||||
|
||||
@@ -118,7 +117,6 @@ async def test_train_model_invalid_file_type(mock_training_repository_class):
|
||||
'upp_lim': {'feature1': 100.0},
|
||||
'window': 10,
|
||||
'experiment_name': 'test_experiment',
|
||||
'experiment_description': 'Test experiment',
|
||||
'removed_intervals': [],
|
||||
},
|
||||
}
|
||||
@@ -169,7 +167,6 @@ async def test_train_model_training_error(mock_training_repository_class):
|
||||
'upp_lim': {'feature1': 100.0},
|
||||
'window': 10,
|
||||
'experiment_name': 'test_experiment',
|
||||
'experiment_description': 'Test experiment',
|
||||
'removed_intervals': [],
|
||||
},
|
||||
}
|
||||
@@ -219,7 +216,6 @@ async def test_train_model_sends_notification_on_error(mock_training_repository_
|
||||
'upp_lim': {'feature1': 100.0},
|
||||
'window': 10,
|
||||
'experiment_name': 'test_experiment',
|
||||
'experiment_description': 'Test experiment',
|
||||
'removed_intervals': [],
|
||||
},
|
||||
}
|
||||
@@ -274,7 +270,6 @@ async def test_train_model_after_calculation_error(mock_training_repository_clas
|
||||
'upp_lim': {'feature1': 100.0},
|
||||
'window': 10,
|
||||
'experiment_name': 'test_experiment',
|
||||
'experiment_description': 'Test experiment',
|
||||
'removed_intervals': [],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user