Skip to content

Commit 8a6797e

Browse files
committed
loose abs
1 parent 1b1ac83 commit 8a6797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_validate_whole_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_l_validate_model_modelbuilder(self):
205205
)
206206
self.assertIsInstance(summary, dict)
207207
self.assertIsInstance(data, dict)
208-
self.assertLess(summary["disc_onnx_ort_run_abs"], 1e-4)
208+
self.assertLess(summary["disc_onnx_ort_run_abs"], 1e-2)
209209
onnx_filename = data["onnx_filename"]
210210
self.assertExists(onnx_filename)
211211

0 commit comments

Comments
 (0)