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

more info in progress bar #163

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

raybellwaves
Copy link
Contributor

xb.get_bitinformation(ds) shows

Processing sst: 100%|███████████████████████████████████████████████████████████████████████████| 1/1 [00:06<00:00, 6.39s/it]
Processing sst: 100%|███████████████████████████████████████████████████████████████████████████| 1/1 [00:03<00:00, 3.34s/it]
Processing sst: 100%|███████████████████████████████████████████████████████████████████████████| 1/1 [00:03<00:00, 3.20s/it]

This updated message shows that's running over the dimensions.

can test the f-string as
var = "a"
dim = "b"
f"Processing var: {var} for dim: {dim}"

@observingClouds
Copy link
Owner

observingClouds commented Nov 11, 2022

Welcome @raybellwaves 👋
Thank you for your PR. Giving information about the dimension is a valuable addition. It also partly addresses #97.

Copy link
Owner

@observingClouds observingClouds left a comment

Choose a reason for hiding this comment

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

Sry for the late response. I was waiting for an upstream fix for an unrelated issue.

@observingClouds observingClouds merged commit e08955f into observingClouds:main Nov 16, 2022
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