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
When I try to create a vector from the sun to the earth like this:
earth = ephem['earth']
sun = ephem['sun']
vector = earth - sun
I get this error:
AttributeError: 'ChebyshevPosition' object has no attribute 'target_name'
I believe this error occurs for any body whose vector is a ChebyshevPosition object, such as the earth barycenter, or the sun. This issue means that geometric positions involving these objects cannot be generated.
The text was updated successfully, but these errors were encountered:
When I try to create a vector from the sun to the earth like this:
I get this error:
I believe this error occurs for any body whose vector is a ChebyshevPosition object, such as the earth barycenter, or the sun. This issue means that geometric positions involving these objects cannot be generated.
The text was updated successfully, but these errors were encountered: