Skip to content

Commit f96e5ec

Browse files
authored
Update error message to unbreak main (#1274)
Update test_base.py fixing trunk health after this error was updated in core
1 parent 77ca57d commit f96e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/float8/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def test_pad_inner_dim(self, base_dtype, use_fast_accum):
632632
with pytest.raises(
633633
RuntimeError,
634634
match=re.escape(
635-
"Expected trailing dimension of mat1 to be divisible by 16 but got mat1 shape: (16x41."
635+
"Expected trailing dimension of mat1 to be divisible by 16 but got mat1 shape: (16x41)."
636636
),
637637
):
638638
a_fp8 @ b_fp8

0 commit comments

Comments
 (0)