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
Describe the bug
When running the montecarlo main loop, the progress bar updates with an approximation for the number of packets completed when run in multithreaded mode. At the end of the loop, the progress bar is no longer updated so the display never shows it reaching 100%.
To solve this problem, at the end of the loop another update call to the progress bar should be made to fill out the remaining progress.
To Reproduce
Run a tardis model with >=2 threads
System
OS:
GNU/Linux
macOS
Environment (conda list):
Additional context
The text was updated successfully, but these errors were encountered:
@Rodot- There seems to be a delay of a few seconds (even after the particular cell in the notebook has finished running), after which the packet progress bar does update to 100%. I could reproduce this for 1 <= no. of threads <= 4.
Describe the bug
When running the montecarlo main loop, the progress bar updates with an approximation for the number of packets completed when run in multithreaded mode. At the end of the loop, the progress bar is no longer updated so the display never shows it reaching 100%.
To solve this problem, at the end of the loop another update call to the progress bar should be made to fill out the remaining progress.
To Reproduce
Run a tardis model with >=2 threads
System
OS:
Environment (
conda list
):Additional context
The text was updated successfully, but these errors were encountered: