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

Fix incompatibility with old versions of tqdm and unknown download size #184

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

jpgill86
Copy link
Owner

@jpgill86 jpgill86 commented Feb 6, 2020

When the size of a download target could not be determined, an error would occur if an old version of tqdm was installed due to the total parameter being unable to accept floats (like np.inf). Using None instead works for new and old versions of tqdm.

When the size of a download target could not be determined, an error would occur if an old version of tqdm was installed due to the ``total`` parameter being unable to accept floats (like ``np.inf``). Using ``None`` instead works for new and old versions of tqdm.
@jpgill86 jpgill86 added the bug Something isn't working label Feb 6, 2020
@jpgill86 jpgill86 added this to the 1.4.0 milestone Feb 6, 2020
@coveralls
Copy link

coveralls commented Feb 6, 2020

Coverage Status

Coverage increased (+0.02%) to 54.517% when pulling d87d412 on fix-download-unknown-size-old-tqdm into 6329e5d on master.

@jpgill86 jpgill86 merged commit e861ba7 into master Feb 6, 2020
@jpgill86 jpgill86 deleted the fix-download-unknown-size-old-tqdm branch February 6, 2020 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants