Skip to content

Commit

Permalink
Merge branch 'ci18' of https://github.com/xadupre/onnxmltools into xg…
Browse files Browse the repository at this point in the history
…bempty
  • Loading branch information
sdpython committed Apr 16, 2021
2 parents 75c538e + 87beebc commit d6e933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TestWrapper(unittest.TestCase):
def test_keras_with_tf2onnx(self):
try:
import keras2onnx
except ImportError:
except (ImportError, AssertionError):
warnings.warn("keras2onnx or one of its dependencies is missing.")
return
from keras2onnx.proto import keras
Expand Down

0 comments on commit d6e933d

Please sign in to comment.