Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/dtypes/test_affine_quantized.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_copy__mismatch_metadata(self, apply_quant):

# copy should fail due to shape mismatch
with self.assertRaisesRegex(
ValueError, "Not supported args for copy_ due to metadata mistach:"
ValueError, "Not supported args for copy_ due to metadata mismatch:"
):
ql2.weight.copy_(ql.weight)

Expand Down
Loading