Skip to content

Commit

Permalink
Merge pull request #561 from JuliaHomotopyContinuation/nid_more_bugfi…
Browse files Browse the repository at this point in the history
…xing

Fix an error in the display of witness sets
  • Loading branch information
PBrdng committed Dec 4, 2023
2 parents f62def3 + 0803429 commit d187030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numerical_irreducible_decomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ function Base.show(io::IO, N::NumericalIrreducibleDecomposition)
println(io, header)

mdim = max_dim(N)
if mdim > 0
if mdim >= 0
for d = max_dim(N):-1:0
if haskey(D, d)
= length(D[d])
Expand Down

0 comments on commit d187030

Please sign in to comment.