Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

mention progress bar usage of read_root in README #76

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

pseyfert
Copy link
Contributor

Following the suggestion by @eduardo-rodrigues in #75

@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.058% when pulling 49fbfda on pseyfert:readme into 9980f80 on scikit-hep:master.


# or
from tqdm import tqdm
for df in tqdm(read_root('bigfile.root', chunksize=100000), unit="chunks"):
Copy link
Member

Choose a reason for hiding this comment

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

Just changing this to be consistent (and trying out the GitHub suggestion feature).

Suggested change
for df in tqdm(read_root('bigfile.root', chunksize=100000), unit="chunks"):
for df in tqdm(read_root('bigfile.root', chunksize=100000), unit='chunks'):

Copy link
Member

Choose a reason for hiding this comment

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

As I don't have permission to push to this branch I'll merge and apply the suggestion manually.

Thanks for the PR 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, i just clicked apply to see if it works

@chrisburr chrisburr self-assigned this Oct 29, 2018
@chrisburr chrisburr merged commit 2414ed5 into scikit-hep:master Oct 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants