Skip to content

Commit

Permalink
Update error message to unbreak main (#1274)
Browse files Browse the repository at this point in the history
Update test_base.py

fixing trunk health after this error was updated in core
  • Loading branch information
HDCharles authored Nov 12, 2024
1 parent 77ca57d commit f96e5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/float8/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def test_pad_inner_dim(self, base_dtype, use_fast_accum):
with pytest.raises(
RuntimeError,
match=re.escape(
"Expected trailing dimension of mat1 to be divisible by 16 but got mat1 shape: (16x41."
"Expected trailing dimension of mat1 to be divisible by 16 but got mat1 shape: (16x41)."
),
):
a_fp8 @ b_fp8
Expand Down

0 comments on commit f96e5ec

Please sign in to comment.