Skip to content

Commit

Permalink
Fix minor bug in error message (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypparker authored Nov 5, 2024
1 parent d28eb76 commit 694c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Certificate/Symmetry/wedderburn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function _gram_basis(pattern::Pattern, basis, ::Type{T}) where {T}
U = ordered_block_diag(S, d)
if isnothing(U)
error(
"Could not simultaneously block-diagonalize into $m identical $dx$d blocks",
"Could not simultaneously block-diagonalize into $m identical $(d)x$d blocks",
)
end
else
Expand Down

0 comments on commit 694c8cf

Please sign in to comment.