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
asdf-astropy serializes astropy.time.Time values in a way that is inconsistent with the time schema. One example is that the schema lists allowed base_formats:
which are incomplete compared to the base_format values produced by asdf-astropy (which can contain any astropy.time.Time format). For example, serializing
Given the assumed intended behavior of base_format (to store the astropy.time.Time format) this looks more like a schema bug than an issue with the asdf-astropy implementation.
The base_format is one (but possibly not the only) error with the time schema that was hidden by the ndarray schema issue.
The text was updated successfully, but these errors were encountered:
This has been hidden by and is related to #345
asdf-astropy serializes astropy.time.Time values in a way that is inconsistent with the time schema. One example is that the schema lists allowed base_formats:
which are incomplete compared to the base_format values produced by asdf-astropy (which can contain any astropy.time.Time format). For example, serializing
produces
Given the assumed intended behavior of base_format (to store the astropy.time.Time format) this looks more like a schema bug than an issue with the asdf-astropy implementation.
The base_format is one (but possibly not the only) error with the time schema that was hidden by the ndarray schema issue.
The text was updated successfully, but these errors were encountered: