-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2264 from rickynilsson/fix_issue_2239
Fix_issue_2239: Nasa Exoplanet Archive query_object method suddenly produces InvalidTableError
- Loading branch information
Showing
7 changed files
with
199 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
99 changes: 99 additions & 0 deletions
99
astroquery/ipac/nexsci/nasa_exoplanet_archive/tests/data/bpic_aliaslookup.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"manifest": { | ||
"requested_name": "bet pic", | ||
"resolved_name": "bet Pic", | ||
"lookup_status": "OK", | ||
"compilation_date": "2022-01-28 14:31:40.254838", | ||
"system_snapshot": { | ||
"number_of_stars": 1, | ||
"number_of_planets": 2 | ||
} | ||
}, | ||
"system": { | ||
"system_info": { | ||
"id": "bet Pic", | ||
"alias_set": { | ||
"item_count": 1, | ||
"default_name": "bet Pic", | ||
"aliases": [ | ||
"bet Pic" | ||
] | ||
} | ||
}, | ||
"objects": { | ||
"stellar_set": { | ||
"item_count": 1, | ||
"stars": { | ||
"bet Pic": { | ||
"alias_set": { | ||
"item_count": 14, | ||
"aliases": [ | ||
"TIC 270577175", | ||
"Gaia DR2 4792774797545105664", | ||
"GJ 219", | ||
"HR 2020", | ||
"bet Pic", | ||
"HD 39060", | ||
"HIP 27321", | ||
"SAO 234134", | ||
"CD-51 1620", | ||
"CPD-51 774", | ||
"IRAS 05460-5104", | ||
"TYC 8099-01392-1", | ||
"2MASS J05471708-5103594", | ||
"WISE J054717.10-510358.4" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"planet_set": { | ||
"item_count": 2, | ||
"planets": { | ||
"bet Pic b": { | ||
"alias_set": { | ||
"item_count": 14, | ||
"aliases": [ | ||
"GJ 219 b", | ||
"HR 2020 b", | ||
"bet Pic b", | ||
"HD 39060 b", | ||
"HIP 27321 b", | ||
"SAO 234134 b", | ||
"CD-51 1620 b", | ||
"CPD-51 774 b", | ||
"IRAS 05460-5104 b", | ||
"TYC 8099-01392-1 b", | ||
"2MASS J05471708-5103594 b", | ||
"WISE J054717.10-510358.4 b", | ||
"TIC 270577175 b", | ||
"Gaia DR2 4792774797545105664 b" | ||
] | ||
} | ||
}, | ||
"bet Pic c": { | ||
"alias_set": { | ||
"item_count": 14, | ||
"aliases": [ | ||
"GJ 219 c", | ||
"HR 2020 c", | ||
"bet Pic c", | ||
"HD 39060 c", | ||
"HIP 27321 c", | ||
"SAO 234134 c", | ||
"CD-51 1620 c", | ||
"CPD-51 774 c", | ||
"IRAS 05460-5104 c", | ||
"TYC 8099-1392-1 c", | ||
"2MASS J05471708-5103594 c", | ||
"WISE J054717.10-510358.4 c", | ||
"TIC 270577175 c", | ||
"Gaia DR2 4792774797545105664 c" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.