Skip to content
Snippets Groups Projects

Fix fancy indexing tests on numpy 1.13 (Closes #2 on gitlab)

Merged Andreas Klöckner requested to merge fix-fancy-indexing-checks into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -768,6 +768,9 @@ def test_diff(ctx_factory):
# {{{ slices, concatenation
def test_slice(ctx_factory):
if _PYPY:
pytest.xfail("numpypy: spurious as_strided failure")
context = ctx_factory()
queue = cl.CommandQueue(context)
Loading