Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 7, 2024
1 parent 75c9c95 commit 28748d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grudge/array_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def get_reasonable_array_context_class(
fusion = lazy

if numpy:
assert not lazy
assert not (lazy or fusion)
if distributed:
actx_class = MPINumpyArrayContext
else:
Expand Down

0 comments on commit 28748d9

Please sign in to comment.