We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3465 commit b75074eCopy full SHA for b75074e
tests/test_ml.py
@@ -23,7 +23,6 @@ def test_uploading_onnx_model(self):
23
clf.fit(training_x, training_y)
24
25
onnx_clf = to_onnx(clf, training_x[:1], options={'zipmap': False}, target_opset=9)
26
- onnx_clf2 = to_onnx(clf, training_x[:1], options={'zipmap': False}, target_opset=12)
27
28
with UrllibMocker() as m:
29
session_id = "c4983c3e-9b53-47ae-bda9-382223bd5081"
0 commit comments