Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update test_display.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 2, 2020
1 parent 36b8ea8 commit 1876e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _unittests/ut_tools/test_display.py
Expand Up @@ -22,7 +22,6 @@ def test_plot_logreg_xtime(self):
lr.fit(X, y)
model_onnx = to_onnx(lr, X.astype(numpy.float32))
disp = display_onnx(model_onnx)
self.assertIn('[...]', disp)
self.assertIn('opset_import', disp)
self.assertIn('producer_version', disp)
self.assertLess(len(disp), 1010)
Expand Down

0 comments on commit 1876e5c

Please sign in to comment.