Skip to content

Commit 9b34fc4

Browse files
authored
Update test_SVMConverters.py (#360)
1 parent b779a03 commit 9b34fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/svmlib/test_SVMConverters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_convert_svmc_linear(self):
120120
node = convert(libsvm_model, "LibSvmSvmcLinear", [('input', FloatTensorType(shape=['None', 'None']))])
121121
self.assertTrue(node is not None)
122122
dump_data_and_model(X[:5].astype(numpy.float32), SkAPIClProba2(libsvm_model), node,
123-
basename="LibSvmSvmcLinear-Dec3",
123+
basename="LibSvmSvmcLinear-Dec2",
124124
allow_failure="StrictVersion(onnxruntime.__version__) < StrictVersion('0.5.0')")
125125

126126
def test_convert_svmc(self):

0 commit comments

Comments
 (0)