We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LazyString
String
1 parent 651edc8 commit 02cbcb4Copy full SHA for 02cbcb4
src/matmul.jl
@@ -430,7 +430,7 @@ end
430
pos_str_B = LazyString(length(sizeA) == length(sizeB) ? "second " : "", strB)
431
throw(DimensionMismatch(
432
LazyString(
433
- lazy"incompatible dimensions for matrix multiplication: ",
+ "incompatible dimensions for matrix multiplication: ",
434
lazy"tried to multiply a $strA of size $sizeA with a $strB of $size_or_len_str_B $B_size_len. ",
435
lazy"The second dimension of the $pos_str_A: $szA2, does not match the $dim_or_len_str_B of the $pos_str_B: $(sizeB[1])."
436
)
0 commit comments