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

Add progress tracker class to qcore #246

Merged
merged 1 commit into from
Aug 26, 2021
Merged

Add progress tracker class to qcore #246

merged 1 commit into from
Aug 26, 2021

Conversation

jpa198
Copy link
Contributor

@jpa198 jpa198 commented Aug 26, 2021

Use progress tracker in IM_calc to show the status of IM calculations

Use progress tracker in IM_calc to show the status of IM calculations
@jpa198
Copy link
Contributor Author

jpa198 commented Aug 26, 2021

A bit overkill for the spec, but I basically had it lying around. And it might be useful other places.

@jpa198
Copy link
Contributor Author

jpa198 commented Aug 26, 2021

Example output each time update is called:
100.0% complete. Time taken for this block: 0.29s. Time elapsed: 3.89s. Time remaining: 0.00s. Total time: 3.89s.

Copy link
Contributor

@jasonmotha jasonmotha left a comment

Choose a reason for hiding this comment

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

Looks good. You probably could have used some of the date/time package for your pretty_print but probably simpler without it.

I really like that you can just import it easily for quick scripts that you write too.

Copy link
Member

@sungeunbae sungeunbae left a comment

Choose a reason for hiding this comment

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

Awesome

@sungeunbae sungeunbae merged commit e360c36 into master Aug 26, 2021
@jasonmotha jasonmotha deleted the im_calc_progress branch August 26, 2021 22:05
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.

5 participants