Skip to content

Commit

Permalink
fixing the warning exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Aug 29, 2019
1 parent a0bb7cd commit 8cee0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algebra_onnx_operators_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_onnx_example_pdist(self):
if (sys.platform.startswith("win") or
StrictVersion(onnx__version__) <= StrictVersion("1.5.0")):
# schema information in onnx is incomplete on Windows
warnings.warn(e)
warnings.warn(str(e))
else:
raise e

Expand Down

0 comments on commit 8cee0e2

Please sign in to comment.