Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Oct 18, 2023
1 parent 5e820c6 commit 548f25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration/cli/detection/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def test_otx_explain_all_classes(self, template, tmp_dir_path):
otx_explain_testing_all_classes(template, tmp_dir_path, otx_dir, args)

@e2e_pytest_component
@pytest.mark.req_large_memory
@pytest.mark.parametrize("template", templates, ids=templates_ids)
def test_otx_explain_process_saliency_maps(self, template, tmp_dir_path):
tmp_dir_path = tmp_dir_path / "detection"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
)
templates = [default_template]

for i, template enumerate(templates):
for i, template in enumerate(templates):
if template.name in ["MaskRCNN-ResNet50"]:
templates[i] = pytest.mark(template, marks=pytest.mark.req_large_memory)

Expand Down

0 comments on commit 548f25e

Please sign in to comment.