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 b43ecc4 commit 8e8304eCopy full SHA for 8e8304e
test/basic_tests.py
@@ -55,7 +55,7 @@ def test_set_tensor(env):
55
con.execute_command('AI.TENSORSET', 'x', 'INT32', 2, 'VALUES', 2, 3)
56
tensor = con.execute_command('AI.TENSORGET', 'x', 'VALUES')
57
values = tensor[-1]
58
- env.assertEqual(values, [b'2', b'3'])
+ env.assertEqual(values, [2, 3])
59
60
def test_set_tensor_multiproc(env):
61
run_test_multiproc(env, 10,
0 commit comments