-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
progress: inconsistent nested format when no main bar #3452
Comments
CC @casperdcl |
@JIoJIaJIu not sure what the problem is - are you experiencing any unexpected behaviour? |
Ah I see it's that the format of the first bar should be the same as the others (nested)... |
I think we sometimes need to have nested bars and 1 main pbar, for example when compute cache we would like to see 1 main pbar - I see the problem here is how we determine main bar |
It's best to add a main bar in cases where there currently is no main bar (that would fix this issue)
Really? When? |
with the script you may reproduce the behavior
we expect that |
That's a different issue... Opened #3521. Will fix separately. |
Fixes iterative#3452 Related iterative#1840 Related iterative#3565
@JIoJIaJIu can you post some code for reproducing the
|
Hey @casperdcl, sorry for the delay with answer!
I was just using Steps for reproducing:
|
* progress: add main push/pull bar Fixes #3452 Related #1840 Related #3565 * adjust desc * fix merge Co-authored-by: Ruslan Kuprieiev <[email protected]> Co-authored-by: Ruslan Kuprieiev <[email protected]>
Overview
When storage is local (copy_file) on
dvc pull
first pbar is displayed as normal one (self.pos = 0) and all others are nestedDescription
When we do remote.download for all scheme except local there are main bar
So only first pbar is normal, and all others are nested
but expects that all pbars are as 1-pbar
Relates other commands as well:
Relates:
Please provide information about your setup
The text was updated successfully, but these errors were encountered: