Skip to content
Snippets Groups Projects
Commit 307bd61d authored by Matt Wala's avatar Matt Wala
Browse files

flake8 fix

parent 7fd58465
No related branches found
No related tags found
1 merge request!30clrandom: Handle underaligned buffers (closes #6).
Pipeline #
......@@ -73,7 +73,7 @@ def test_clrandom_dtypes(ctx_factory, rng_class, dtype):
with cl.CommandQueue(cl_ctx) as queue:
rng.uniform(queue, size, dtype)
if dtype not in (np.int32, np.int64):
rng.normal(queue, size, dtype)
......
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