Skip to content

Commit

Permalink
Update test_runtime_ort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JingxianKe committed Aug 3, 2023
1 parent a2790eb commit 546b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_runtime_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ def test_onnx_export_misbatch(self, arch):
self.run_model(model, [[img_one, img_two], [img_two, img_one, img_dummy]])

# Test exported model on images of misbatch
with pytest.raises(ValueError, match="Model requires 3 inputs. Input Feed contains 2"):
with pytest.raises(ValueError, match="Required inputs (['image3']) are missing from input feed"):
self.run_model(model, [[img_two, img_one, img_dummy], [img_one, img_two]])

0 comments on commit 546b852

Please sign in to comment.