Skip to content

Commit

Permalink
Applying comments v.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfinashx committed Feb 22, 2022
1 parent 4c1f39e commit f58b4bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 122 deletions.
7 changes: 0 additions & 7 deletions external/anomaly/tests/config.py

This file was deleted.

94 changes: 0 additions & 94 deletions external/anomaly/tests/e2e_test_system.py

This file was deleted.

20 changes: 0 additions & 20 deletions external/anomaly/tests/test_ote_api.py

This file was deleted.

4 changes: 3 additions & 1 deletion external/anomaly/tests/test_ote_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
OTETestPotEvaluationAction,
OTETestNNCFAction,
OTETestNNCFEvaluationAction,
OTETestNNCFGraphAction,
OTETestNNCFExportAction,
OTETestNNCFExportEvaluationAction)

Expand Down Expand Up @@ -112,6 +113,7 @@ def get_anomaly_test_action_classes() -> List[Type[BaseOTETestAction]]:
OTETestPotEvaluationAction,
OTETestNNCFAction,
OTETestNNCFEvaluationAction,
OTETestNNCFGraphAction,
OTETestNNCFExportAction,
OTETestNNCFExportEvaluationAction,
]
Expand All @@ -130,7 +132,7 @@ def test_bunches(self) -> List[Dict[str, Any]]:
'ote_anomaly_classification_padim',
'ote_anomaly_classification_stfpm',
],
dataset_name='mvtec',
dataset_name='mvtec_short',
usecase='precommit',
),
dict(
Expand Down

0 comments on commit f58b4bd

Please sign in to comment.