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
I've been occasionally running into trouble with ProgressMeter and Threads, where a call to next!(progress; ...) results in an InexactError. I'm running my code in a jupyterlab notebook with IJulia. I'm running Julia 1.10.4 with JULIA_NUM_THREADS=10 on Ubuntu 20.04.
It happens very rarely, so it's hard to pin down the cause of it. I've tried disabling the progress bar and haven't noticed the error happening.
I've been occasionally running into trouble with ProgressMeter and Threads, where a call to
next!(progress; ...)
results in an InexactError. I'm running my code in a jupyterlab notebook with IJulia. I'm running Julia 1.10.4 withJULIA_NUM_THREADS=10
on Ubuntu 20.04.It happens very rarely, so it's hard to pin down the cause of it. I've tried disabling the progress bar and haven't noticed the error happening.
This seems like a related issue: JuliaLang/julia#38824
Here's the stack trace:
Any help or suggestions on how I could troubleshoot this would be appreciated.
The text was updated successfully, but these errors were encountered: