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 b24ad60 commit f636a7bCopy full SHA for f636a7b
test/tests_onnx.py
@@ -175,7 +175,7 @@ def test_onnx_modelrun_mnist_autobatch(env):
175
ret = con.execute_command('AI.MODELGET', 'm', 'META')
176
env.assertEqual(len(ret), 14)
177
# TODO: enable me. CI is having issues on GPU asserts of ONNX and CPU
178
- if DEVICE == "CPU":
+ if DEVICE == "CPU":
179
env.assertEqual(ret[1], b'ONNX')
180
env.assertEqual(ret[3], b'CPU')
181
env.assertEqual(ret[5], b'')
0 commit comments