Skip to content

Commit f5b7dc6

Browse files
ManonMarchandbsipocz
authored andcommitted
fix: remove pm from the list of fields - bug introduced in #3186
1 parent 2915239 commit f5b7dc6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ simbad
7171
- perf: use a TAP upload in ``query_region`` when there are more than 300 coordinates.
7272
This prevents timeouts. [#3235]
7373

74+
- fix: remove ``pm`` from the votable_fields list (bug introduced in v0.4.9) [#3259]
75+
7476
xmatch
7577
^^^^^^
7678

astroquery/simbad/data/query_criteria_fields.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,6 @@
232232
"tap_column": "plx_err",
233233
"type": "alias"
234234
},
235-
"pm": {
236-
"description": "proper motion values in right ascension and declination",
237-
"tap_column": ["pmra", "pmdec"],
238-
"type": "bundle"
239-
},
240235
"pm_err_maja": {
241236
"description": "major axis of the error ellipse",
242237
"tap_column": "pm_err_maj",

0 commit comments

Comments
 (0)