-
-
Notifications
You must be signed in to change notification settings - Fork 425
Added progressbar #7
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time. Cleaned up URL retrieval process (no force write to HD)
fitsfile writing, stringio objects... etc.
dependencies...)
dependencies...)
(actually removed it)
re-added progressbar
Member
|
Looks good, thanks! Feel free to merge (or I'll do it tomorrow if you don't have time) |
…gressbar (POINTLESS MERGE) Conflicts: astroquery/magpis/magpis.py astroquery/ukidss/ukidss.py
astrofrog
added a commit
to astrofrog/astroquery
that referenced
this pull request
Sep 18, 2012
Added templates that inherit from core package
migueldvb
pushed a commit
to migueldvb/astroquery
that referenced
this pull request
Nov 2, 2016
Add __init__.py file for hitran subpackage
rgutierrezs
pushed a commit
to esdc-esac-esa-int/astroquery
that referenced
this pull request
Feb 17, 2021
…TPCR-135 to develop * commit 'faa2a20d6bca512d97b2f1f609eed9f0749b86b2': JWSTPCR-135: rephrasing docs JWSTPCR-135: MAST token in login, login_gui, set_token and documentation
keflavich
added a commit
to eas342/astroquery
that referenced
this pull request
Mar 25, 2025
# This is the 1st commit message: I made a lot of tests using AI help - I think it's all right, but I want to review it on github & see what coverage bot says # This is the commit message astropy#2: consolidated tests & expanded to cover `head_safe` cases # This is the commit message astropy#3: remove some cruft # This is the commit message astropy#4: cleanup: remove unused file # This is the commit message astropy#5: some cleanup of flake8 - but the AI choked on the easy task, so I'm not sure things are right any more... # This is the commit message astropy#6: cover the zero-size initial file case # This is the commit message astropy#7: a lot of refactoring because some tests were failing, there were some redundant checks, and there seems to be no reason to return None # This is the commit message astropy#8: compress test parameters and add `cache` to increase coverage # This is the commit message astropy#9: add a note about an uncovered case # This is the commit message astropy#10: flake # This is the commit message astropy#11: add changelog entry # This is the commit message astropy#12: add tests for log level (to test progressbar) # This is the commit message astropy#13: add back removed tests # This is the commit message astropy#14: whitespace # This is the commit message astropy#15: raise an exception if we find a cached file we can't validate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple progress bar. Useful for showing download progress.