Skip to content

Commit

Permalink
fix: undo false positive replacement from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DropD committed Mar 13, 2024
1 parent e148c86 commit 57cb2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gt4py/next/ffront/past_to_itir.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ class ProgramLowering(
--------
>>> from gt4py.next.ffront.func_to_past import ProgramParser
>>> from gt4py.next.iterator import ir
>>> from gt4py.next import common.Dimension, Field
>>> from gt4py.next import Dimension, Field
>>>
>>> float64 = float
>>> IDim = common.Dimension("IDim")
>>> IDim = Dimension("IDim")
>>>
>>> def fieldop(inp: Field[[IDim], "float64"]) -> Field[[IDim], "float64"]: ...
>>> def program(inp: Field[[IDim], "float64"], out: Field[[IDim], "float64"]):
Expand Down

0 comments on commit 57cb2ed

Please sign in to comment.