You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> p = Progress(10; dt=0.1)
for i in 1:10
sleep(0.1)
ProgressMeter.next!(p)
end
ProgressMeter.finish!(p)
Progress: 100%|████████████████████████████████████| Time: 0:00:01
Progress: 100%|████████████████████████████████████| Time: 0:00:01
tomyun
changed the title
Redundant display on finish!() under IJulia
Redundant display on finish!()
May 5, 2021
I believe this started happening since the recent update to ProgressMeter 1.6.0.
IJulia is 1.23.2.
The text was updated successfully, but these errors were encountered: