-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show progress in assembly #60
Comments
I've been claiming this works for months, but it turns out I was mistaken, sorry. I interpreted this, from the docs, to mean
Which is why I set My latest experiments use your approach anyway - we can close this once they're merged. |
related to #2 |
can this be closed now? |
no, unfortunately. |
Does the showprogress line
correctly represent progress? I.e. does it account for the fact that some structures are much bigger than others and more expensive to assemble?
Note in #54 I do this manually.
My evidence for this is that my distributed assembly starts with > 1.5h, then drops to ca 1h for a while and then completes in around 25 minutes total.
The text was updated successfully, but these errors were encountered: