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
Hello, sorry for the delay.
In BetaML we use the macro @showprogress, not the function Progress directly.
This seems to be unrelated to BetaML. I did open an issue for this in the ProgressMeter.jl repository. Thanks for reporting!
┌ BetaML [024491cd-cc6b-443e-8034-08ea7eb7db2b]
│ ┌ Warning:
Progress(n::Integer, dt::Real, desc::AbstractString = "Progress: ", barlen = nothing, color::Symbol = :green, output::IO = stderr; offset::Integer = 0)
is deprecated, useProgress(n; dt = dt, desc = desc, barlen = barlen, color = color, output = output, offset = offset)
instead.│ │ caller = ip:0x0
│ └ @ Core :-1
The text was updated successfully, but these errors were encountered: