Skip to content

Commit 90cf8d0

Browse files
minor update
1 parent 4ebeaab commit 90cf8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grudge/array_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def get_reasonable_array_context_class(
609609
fusion = lazy
610610

611611
if numpy:
612-
assert not lazy
612+
assert not (lazy or fusion)
613613
if distributed:
614614
actx_class = MPINumpyArrayContext
615615
else:

0 commit comments

Comments
 (0)