Skip to content

Commit a396e8b

Browse files
author
pfinashx
committed
Applying comments v2
1 parent f5733cc commit a396e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/anomaly/tests/test_ote_training.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def get_anomaly_test_action_classes() -> List[Type[BaseOTETestAction]]:
123123
]
124124

125125

126-
class AnomalyDetectionTrainingTestParameters(DefaultOTETestCreationParametersInterface):
126+
class AnomalyClassificationTrainingTestParameters(DefaultOTETestCreationParametersInterface):
127127
def test_case_class(self) -> Type[OTETestCaseInterface]:
128128
return generate_ote_integration_test_case_class(
129129
get_anomaly_test_action_classes()
@@ -278,12 +278,12 @@ def __call__(self, data_collector: DataCollector, results_prev_stages: OrderedDi
278278
return results
279279

280280

281-
class TestOTEReallifeAnomalyDetection(OTETrainingTestInterface):
281+
class TestOTEReallifeAnomalyClassification(OTETrainingTestInterface):
282282
"""
283283
The main class of running test in this file.
284284
"""
285285
PERFORMANCE_RESULTS = None # it is required for e2e system
286-
helper = OTETestHelper(AnomalyDetectionTrainingTestParameters())
286+
helper = OTETestHelper(AnomalyClassificationTrainingTestParameters())
287287

288288
@classmethod
289289
def get_list_of_tests(cls, usecase: Optional[str] = None):

0 commit comments

Comments
 (0)