Skip to content

Commit

Permalink
remove bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Jan 2, 2025
1 parent 84c6efb commit 1843007
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/ir/stream/test_access_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ def test_schedule_pattern_invalid_bounds():
pattern = AffineMap(
num_dims=2, num_symbols=0, results=(AffineDimExpr(0), AffineDimExpr(1))
)
with pytest.raises(
ValueError,
match="All bounds must be static, strictly positive integers for a schedule",
):
SchedulePattern((10, None), pattern) # pyright: ignore
with pytest.raises(
ValueError,
match="All bounds must be static, strictly positive integers for a schedule",
Expand Down

0 comments on commit 1843007

Please sign in to comment.