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> @showprogress Threads.@threads for i in 1:10
sleep(2*rand())
end
ERROR: LoadError: ArgumentError: Final argument to @showprogress must be a for loop, comprehension, map, reduce, or pmap; got ...
ArgumentError is raised.
Enviroment
julia v1.10.0
ProgressMeter v1.9.0
The text was updated successfully, but these errors were encountered:
ArgumentError
is raised.Enviroment
The text was updated successfully, but these errors were encountered: