Skip to content

Commit

Permalink
fix path at test_onnx_trt_export
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Feb 21, 2025
1 parent 716b46f commit 75afad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/test_bundle_trt_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_trt_export(self, convert_precision, input_shape, dynamic_batch):
has_onnx and has_torchtrt and has_tensorrt, "Onnx and TensorRT are required for onnx-trt conversion!"
)
def test_onnx_trt_export(self, convert_precision, input_shape, dynamic_batch):
tests_dir = Path(__file__).resolve().parent
tests_dir = Path(__file__).resolve().parents[1]
meta_file = os.path.join(tests_dir, "testing_data", "metadata.json")
config_file = os.path.join(tests_dir, "testing_data", "inference.json")
with tempfile.TemporaryDirectory() as tempdir:
Expand Down

0 comments on commit 75afad0

Please sign in to comment.