You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wcs object attempts to identify if the inputs are quantities in utils.isnumeric. This fails on ndarrays of certain dtypes. A more robust way to figure this out is needed.
An example of failure is a spec_table['wavelength'] column in a JWST SpecModel for which the dtype is >f8.
The text was updated successfully, but these errors were encountered:
The wcs object attempts to identify if the inputs are quantities in
utils.isnumeric
. This fails on ndarrays of certain dtypes. A more robust way to figure this out is needed.An example of failure is a spec_table['wavelength'] column in a JWST SpecModel for which the dtype is
>f8
.The text was updated successfully, but these errors were encountered: