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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
Currently the mass and potential are embedded in a SkyCoord. This does not work very well as any operation that returns a new instance, like reshape means that the attributes need to be reassigned (separately reshaped).
Possible fixes:
Subclass SkyCoord, with hooks to properly maintain these attributes
embed in a table (SkyCoord is a valid mixin) ... but can tables be stacked depth-wise?
Search the GitHub repository to see if a similar issue has already been posted. If a similar issue is closed, have a quick look to see if you are satisfied by the resolution. If not please go ahead and open an issue!
The text was updated successfully, but these errors were encountered:
Description
Currently the mass and potential are embedded in a SkyCoord. This does not work very well as any operation that returns a new instance, like
reshape
means that the attributes need to be reassigned (separately reshaped).Possible fixes:
Checklist
The text was updated successfully, but these errors were encountered: