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
E astropy.utils.exceptions.AstropyUserWarning: ERROR loading embedded ASDF: non-ASCII characters are present in the FITS file header and have been replaced by "?" characters
Let's assume we have a schema for
TableModel
that containsIf we assign data to the model as follows, the produced file is corrupt:
The above code fails on
TableModel(fn)
with:This can be further reduced to just astropy:
Running the above code results in:
Note that in all cases the error doesn't occur until the data is read. No errors are issued on write.
The text was updated successfully, but these errors were encountered: