-
-
Notifications
You must be signed in to change notification settings - Fork 425
UKIDSS query tool #2
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
Closed
Closed
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
astrofrog
added a commit
to astrofrog/astroquery
that referenced
this pull request
Sep 18, 2012
Fix package init to not import py.test
keflavich
added a commit
that referenced
this pull request
Apr 14, 2013
Fix imports and add __all__ for download_file_list
keflavich
pushed a commit
that referenced
this pull request
Jun 11, 2014
Fix remote tests, add local
bsipocz
pushed a commit
that referenced
this pull request
Mar 14, 2017
migueldvb
referenced
this pull request
in migueldvb/astroquery
Jan 25, 2018
Remove unused imports and variables
4 tasks
bsipocz
pushed a commit
that referenced
this pull request
Jun 20, 2019
* adding observations get_metatdata function * minor tweak to example * fixing tic case sensitivity bug * stylistic improvements to mast docs * refactoring based on feedback, adding docs and tests * doc string fix
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.
Tom made a UKIDSS query tool and I cleaned it up a little. The documentation / examples are mostly inline so I haven't made an rst file yet. Call this a work in progress.