-
-
Notifications
You must be signed in to change notification settings - Fork 406
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 InvalidTableError for DI_STARS_EXEP and TD tables in ipac.nexsci.nasa_exoplanet_archive #3189
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3189 +/- ##
=======================================
Coverage 67.62% 67.62%
=======================================
Files 229 229
Lines 18594 18594
=======================================
Hits 12574 12574
Misses 6020 6020 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say add the example from the bug report to the test suite and this is good to go.
NasaExoplanetArchive.query_criteria(table='DI_STARS_EXEP', select='*')
1c93aab
to
a10f569
Compare
Thanks, @bsipocz! I didn't have time to get to it before I left the office today, but it was on my list for tomorrow. :) |
Ahh, sorry. I want to cut 0.4.9 either tonight or early tomorrow, so just figured there is not much point nitpicking on this instead of just pushing it through the finish line. |
Damn, I should not have rushed this merge, apparently a couple of remote data tests are failing now :( |
This messes up the (Weirdly, this also generates a test failure with the regression test I added in the PR, all the while the query runs without issues in a python terminal). |
Fixes issue #3090. Line 233 was comparing a table name already converted to lower case with a list of original table names (both upper and lower case). Now comparing lower case throughout.