Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

R_polar_jupiter constant wrong value #837

Closed
jorgepiloto opened this issue Jan 31, 2020 · 3 comments
Closed

R_polar_jupiter constant wrong value #837

jorgepiloto opened this issue Jan 31, 2020 · 3 comments

Comments

@jorgepiloto
Copy link
Member

🐞 Problem

Just found a small error in the R_polar_jupiter constant from the poliastro.constants.general module. Value should be 6.6854e7 and not 6.6854.

The following code should solve the problem:

R_polar_jupiter = Constant(                                                     
    "R_polar_jupiter",                                                          
     "Jupiter polar radius",                                                     
     6.6854e7,                                                                     
     "m",                                                                        
     10000,                                                                      
     "IAU Working Group on Cartographic Coordinates and Rotational Elements: 2009",
     system="si",                                                                
 )
@jorgepiloto
Copy link
Member Author

Looks a good issue for new contributors since it is easy to solve 😄

@priyanshurohilla
Copy link
Contributor

i want to take up this issue

@astrojuanlu
Copy link
Member

Closed in #838.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants