Skip to content
Snippets Groups Projects
Commit 774467ab authored by henry's avatar henry
Browse files

Check out_compare vs. out_arrays in multi_put test

parent 1d5a4269
No related branches found
No related tags found
No related merge requests found
...@@ -1168,7 +1168,7 @@ def test_multi_put(ctx_factory): ...@@ -1168,7 +1168,7 @@ def test_multi_put(ctx_factory):
cl_array.multi_put(cl_arrays, idx, out=out_arrays) cl_array.multi_put(cl_arrays, idx, out=out_arrays)
assert np.all(np.all(out_compare[i] == cl_arrays[i].get()) for i in range(10)) assert np.all(np.all(out_compare[i] == out_arrays[i].get()) for i in range(9))
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment