Skip to content

Commit 9f3474e

Browse files
committed
fixes paths on tests.networks.test_bundle_onnx_export
1 parent c80df45 commit 9f3474e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/networks/test_bundle_onnx_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def tearDown(self):
4343

4444
@parameterized.expand([TEST_CASE_1, TEST_CASE_2])
4545
def test_onnx_export(self, use_trace):
46-
tests_path = Path(__file__).parents[2]
46+
tests_path = Path(__file__).parents[1]
4747
meta_file = os.path.join(tests_path, "testing_data", "metadata.json")
4848
config_file = os.path.join(tests_path, "testing_data", "inference.json")
4949
with tempfile.TemporaryDirectory() as tempdir:

0 commit comments

Comments
 (0)