We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975ae1a commit 27de995Copy full SHA for 27de995
astroquery/mast/services.py
@@ -61,7 +61,7 @@ def _json_to_table(json_obj, data_key='data'):
61
ignore_value = "" if (ignore_value is None) else ignore_value
62
elif col_type == "boolean" or col_type == "binary":
63
col_type = "bool"
64
- elif col_type == "unsignedByte":
+ elif col_type == "unsignedbyte":
65
col_type = np.ubyte
66
elif (col_type == "int" or col_type == "short" or col_type == "long" or col_type == "number"
67
or col_type == 'integer'):
0 commit comments