Skip to content

Commit c50ee3e

Browse files
committed
update xfail link
1 parent c826993 commit c50ee3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_arraycontext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@ def test_container_norm(actx_factory, ord):
901901
])
902902
def test_flatten_array_container(actx_factory, shapes):
903903
if np.prod(shapes) == 0:
904-
# https://github.com/inducer/compyte/pull/36
904+
# https://github.com/inducer/loopy/pull/497
905+
# NOTE: only fails for the pytato array context at the moment
905906
pytest.xfail("strides do not match in subary")
906907

907908
actx = actx_factory()

0 commit comments

Comments
 (0)