Skip to content

Commit

Permalink
Merge branch 'main' into argparse-new
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 9, 2023
2 parents 5e62db7 + f602d08 commit 28c2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirgecom/array_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


def get_reasonable_array_context_class(*, lazy: bool, distributed: bool,
profiling: bool, numpy: bool) -> Type[ArrayContext]:
profiling: bool, numpy: bool = False) -> Type[ArrayContext]:
"""Return a :class:`~arraycontext.ArrayContext` with the given constraints."""
if lazy and profiling:
raise ValueError("Can't specify both lazy and profiling")
Expand Down

0 comments on commit 28c2772

Please sign in to comment.