Skip to content

Commit b75074e

Browse files
committed
remove unused variable
1 parent 4dc3465 commit b75074e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def test_uploading_onnx_model(self):
2323
clf.fit(training_x, training_y)
2424

2525
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)
2726

2827
with UrllibMocker() as m:
2928
session_id = "c4983c3e-9b53-47ae-bda9-382223bd5081"

0 commit comments

Comments
 (0)