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

TqdmCallback: make it work on absolute_update too #1480

Merged
merged 1 commit into from Jan 4, 2024

Conversation

skshetry
Copy link
Contributor

TqdmCallback does not support absolute_update(), which some of the fsspec filesystems use (eg: adlfs).

I'm using self.tqdm.update(self.value - self.tqdm.n) to do an absolute_update() here in call(). call() is called by all methods, so it should work with relative_update/absolute_update/set_size.

I have a patch to support update_to method that does this: tqdm/tqdm#1540, but it'll be a while before we can take advantage of it.

@martindurant martindurant merged commit 9e13dd7 into fsspec:master Jan 4, 2024
10 checks passed
@skshetry skshetry deleted the tqdm-callback-absolute_update branch January 4, 2024 14:51
@skshetry skshetry restored the tqdm-callback-absolute_update branch January 4, 2024 14:51
@skshetry skshetry deleted the tqdm-callback-absolute_update branch January 4, 2024 14:52
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.

None yet

2 participants