Skip to content

Commit

Permalink
Add missing ProgressMeter.finish!
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Feb 11, 2025
1 parent f89e3d9 commit b8ce2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DeformationBases/ArcDiagDeformBasis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ struct ArcDiagDeformBasis{T <: SmashProductLieElem} <: DeformBasis{T}
collected = collect(iter)
push!(lens, length(collected))
push!(iters, collected)
ProgressMeter.finish!(prog_meter)
end
end
len = sum(lens)
Expand Down

0 comments on commit b8ce2c5

Please sign in to comment.