Skip to content

Commit

Permalink
Update src/gt4py/next/iterator/transforms/collapse_tuple.py
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ehrengruber <[email protected]>
  • Loading branch information
nfarabullini and tehrengruber authored Nov 6, 2023
1 parent dedfaea commit ad9cfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/iterator/transforms/collapse_tuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def apply(
# the following options are mostly for allowing separate testing of the modes
collapse_make_tuple_tuple_get: bool = True,
collapse_tuple_get_make_tuple: bool = True,
collapse_tuple_inference: bool = False,
use_global_type_inferrence: bool = False,
) -> ir.Node:
"""
Simplifies `make_tuple`, `tuple_get` calls.
Expand Down

0 comments on commit ad9cfe9

Please sign in to comment.