-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
There is a test failure because of the newly merged astropy/astropy#4509
It's pretty easy to fix:
- Delete
meta.setter
and rely onNDData
- Change
meta.setter
to use anOrderedDict
(instead of{}
) ifNone
Actually I find it rather strange that (before the newest astropy-master) during init meta
defaults to OrderedDict
but if manually set on the attribute it defaults to dict
. Was there any specific reason?
Metadata
Metadata
Assignees
Labels
No labels