Skip to content

Commit

Permalink
Rm reassignemnt case until bugfix is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrudPrimrose committed Dec 3, 2024
1 parent 76532d0 commit 0aebb7a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/interstate_assignment_to_map_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,5 @@ def test_interstate_assignment():
sdfg.validate()
sdfg()

def test_interstate_assignment_2():
sdfg = _get_interstate_dependent_sdfg({"N": 5}, True)
sdfg.validate()
sdfg(N=10)
iatm = InterstateAssignmentToMap()
iatm.apply_pass(sdfg, {})
sdfg.validate()
sdfg(N=10)

if __name__ == "__main__":
test_interstate_assignment()
test_interstate_assignment_2()
test_interstate_assignment()

0 comments on commit 0aebb7a

Please sign in to comment.