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.
2 parents af7c3d7 + add8743 commit a53570fCopy full SHA for a53570f
asdf_astropy/converters/time/tests/test_time.py
@@ -136,6 +136,10 @@ def create_formats():
136
# stardate is not a documented format for astropy
137
# https://docs.astropy.org/en/latest/time/index.html#time-format
138
continue
139
+ if format_ == "galexsec":
140
+ # galexsec is unsupported until the time schema can be updated
141
+ # https://github.com/astropy/asdf-astropy/issues/292
142
+ continue
143
new = Time("B2000.0")
144
new.format = format_
145
formats.append(new)
0 commit comments