Skip to content

Commit

Permalink
revert wrong changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.shchepetov committed May 14, 2021
1 parent 4bdbc26 commit dfe1322
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 1 addition & 0 deletions tests/conditional_compilation/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def pytest_addoption(parser):
parser.addoption(
"-A",
"--artifacts",
required=True,
type=Path,
help="Artifacts directory where tests write output or read input",
)
Expand Down
2 changes: 0 additions & 2 deletions tests/conditional_compilation/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[pytest]
log_format = [ %(levelname)s ] %(message)s
log_level = INFO
addopts = --ignore-unknown-dependency
20 changes: 10 additions & 10 deletions tests/conditional_compilation/test_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

- model:
path: ${TESTDATA}/models/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224_i8.xml
#- model:
# path: ${TESTDATA}/models/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224_i8.xml
#- model:
# path: ${TESTDATA}/models/inception_v3/inception_v3_i8.xml
#- model:
# path: ${TESTDATA}/models/resnet_v1_50/resnet_v1_50_i8.xml
#- model:
# path: ${TESTDATA}/models/test_model/test_model_fp16.xml
#- model:
# path: ${TESTDATA}/models/test_model/test_model_fp32.xml
- model:
path: ${TESTDATA}/models/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224_i8.xml
- model:
path: ${TESTDATA}/models/inception_v3/inception_v3_i8.xml
- model:
path: ${TESTDATA}/models/resnet_v1_50/resnet_v1_50_i8.xml
- model:
path: ${TESTDATA}/models/test_model/test_model_fp16.xml
- model:
path: ${TESTDATA}/models/test_model/test_model_fp32.xml

0 comments on commit dfe1322

Please sign in to comment.