Skip to content
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

Give more info to user with ProgressBars #195

Merged
merged 4 commits into from
Apr 20, 2023
Merged

Conversation

paskino
Copy link
Contributor

@paskino paskino commented Apr 4, 2023

Changed the way the DVC_runner is initialised to be able to give some info to the user.
Also it changes the way a session is unpacked, again to give more info on what's happening to the user, rather than getting a frozen progress bar.

Tested on my laptop loading a few different sessions.

@paskino paskino requested a review from lauramurgatroyd April 20, 2023 13:47
Copy link
Member

@lauramurgatroyd lauramurgatroyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you update the changelog explaining the changes

@@ -5107,9 +5115,20 @@ def LoadConfigWorker(self, **kwargs):
selected_folder = os.path.join(self.temp_folder, _file)
break
if progress_callback is not None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer need check for if None

Copy link
Member

@lauramurgatroyd lauramurgatroyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice new progress reporting!

I added to the change log and will merge once gh-actions are done

@lauramurgatroyd lauramurgatroyd merged commit 9c7bb25 into master Apr 20, 2023
@paskino paskino deleted the simplify_DVC_runner branch July 21, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants