Add support for multiple tags in a single FrameConverter
Cadair opened this issue · 1 comments
Cadair commented
Don't assume that tag
is always a string.
Cadair commented
To add some detail, what I am suggesting is making it so:
asdf-astropy/asdf_astropy/converters/coordinates/frame.py
Lines 12 to 14 in 5d3b444
this becomes return self._tags
so you can specify more than one tag per converter.