Skip to content

Commit 694c8cf

Browse files
Fix minor bug in error message (#389)
1 parent d28eb76 commit 694c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certificate/Symmetry/wedderburn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function _gram_basis(pattern::Pattern, basis, ::Type{T}) where {T}
216216
U = ordered_block_diag(S, d)
217217
if isnothing(U)
218218
error(
219-
"Could not simultaneously block-diagonalize into $m identical $dx$d blocks",
219+
"Could not simultaneously block-diagonalize into $m identical $(d)x$d blocks",
220220
)
221221
end
222222
else

0 commit comments

Comments
 (0)