Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcarter23 committed Dec 4, 2024
1 parent c1b469c commit 872d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.fixture
def image_truth():
return "./input/lionfish_ILSVRC2012_val_00019791.JPEG", "lionfish"
return "./tests/e2e/input/lionfish_ILSVRC2012_val_00019791.JPEG", "lionfish"


@pytest.mark.parametrize("model_name", ["resnet50"])
Expand Down

0 comments on commit 872d297

Please sign in to comment.