Skip to content

Commit c7daa7a

Browse files
committed
Merge origin/main
1 parent f281756 commit c7daa7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gt4py/next/ffront/lowering_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def to_iterator_of_tuples(expr: itir.Expr | str, arg_type: ts.TypeSpec):
4747
4848
>>> to_iterator_of_tuples("arg", ts.TupleType(types=[ts.FieldType(dims=[], dtype=ts.ScalarType(kind=ts.ScalarKind.FLOAT32))]))
4949
"""
50-
# TODO(tehrengruber): check they are all defined on the same dimensions
5150
param = f"__iot_{abs(hash(expr))}"
5251

5352
assert all(isinstance(type_, ts.FieldType) for type_ in type_info.primitive_constituents(arg_type))

0 commit comments

Comments
 (0)