Skip to content

Commit

Permalink
Fix missing dependencies in test_duplicate_iname_not_read_only_nested
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 25, 2024
1 parent a933682 commit a5b1452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,7 @@ def test_duplicate_iname_not_read_only_nested(ctx_factory):
""",
[lp.GlobalArg("A,x,y", shape=lp.auto, dtype=np.float32),
...],
seq_dependencies=True,
)
ref_t_unit = t_unit

Expand Down

0 comments on commit a5b1452

Please sign in to comment.