abstract-math 0.0.0.34__py3-none-any.whl → 0.0.0.35__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abstract-math might be problematic. Click here for more details.
- abstract_math/solar_math/src/constants/planet_constants.py +1 -1
- {abstract_math-0.0.0.34.dist-info → abstract_math-0.0.0.35.dist-info}/METADATA +1 -1
- {abstract_math-0.0.0.34.dist-info → abstract_math-0.0.0.35.dist-info}/RECORD +5 -5
- {abstract_math-0.0.0.34.dist-info → abstract_math-0.0.0.35.dist-info}/WHEEL +0 -0
- {abstract_math-0.0.0.34.dist-info → abstract_math-0.0.0.35.dist-info}/top_level.txt +0 -0
|
@@ -67,7 +67,7 @@ def get_planet_vars(name: str, dist_unit: str = "meters") -> Dict[str, Any]:
|
|
|
67
67
|
if body is None:
|
|
68
68
|
raise KeyError(f"Unknown body '{name}'. Available: {sorted(_BODY_BY_NAME.keys())}")
|
|
69
69
|
|
|
70
|
-
dist_unit_norm = normalize_distance_unit(
|
|
70
|
+
dist_unit_norm = normalize_distance_unit(dist_unit)
|
|
71
71
|
r_m = body["radius"]
|
|
72
72
|
d_m = body["diameter"]
|
|
73
73
|
|
|
@@ -11,13 +11,13 @@ abstract_math/solar_math/src/__init__.py,sha256=qeal73F-NLu6sO_YSmD_komVpe17f0OF
|
|
|
11
11
|
abstract_math/solar_math/src/imports.py,sha256=aiFyZLsoVwkGopAL0uLaIPordUizM7UT9shwShmf0f0,195
|
|
12
12
|
abstract_math/solar_math/src/constants/__init__.py,sha256=VSo386-vGfJirycDGRGmLrjmi8GLXXW0kXJr2E7ZAnI,810
|
|
13
13
|
abstract_math/solar_math/src/constants/distance_constants.py,sha256=evHBfNI9LlZVW2O78VbIyLyBAFrOyr2Bkj_Z6tZhgas,2913
|
|
14
|
-
abstract_math/solar_math/src/constants/planet_constants.py,sha256=
|
|
14
|
+
abstract_math/solar_math/src/constants/planet_constants.py,sha256=tc5Woh3Gqme66urafB-JvEwtB4ktC976_MqhRzg_XeE,6968
|
|
15
15
|
abstract_math/solar_math/src/constants/time_constants.py,sha256=9_7gCR3swAjyUwFNLja1keRxTYx4kzF39TB9Vwav_PM,1960
|
|
16
16
|
abstract_math/solar_math/src/utils/__init__.py,sha256=Vb2bfx1p9YSmhnbqXBjGVPt1OQZ9I7PG_fMQdFqj-3k,91
|
|
17
17
|
abstract_math/solar_math/src/utils/escape_velocity.py,sha256=rZkwf6gaBpciCmxUKnzLGXfI5P9JRkFSLyCvXNcsLtk,5245
|
|
18
18
|
abstract_math/solar_math/src/utils/geometry_utils.py,sha256=Ij4mASNFp2-CWy425fxMTEuMPuAZHs-E0qvi3BjaNkk,4169
|
|
19
19
|
abstract_math/solar_math/src/utils/velocity_utils.py,sha256=se1RiyLN3uhJwXy42_6JFidbDECWB_sVzt8F6HXK0x0,2211
|
|
20
|
-
abstract_math-0.0.0.
|
|
21
|
-
abstract_math-0.0.0.
|
|
22
|
-
abstract_math-0.0.0.
|
|
23
|
-
abstract_math-0.0.0.
|
|
20
|
+
abstract_math-0.0.0.35.dist-info/METADATA,sha256=8Lm7dMCk7VPw_6Gr7Iq1K6-Ei0d_mpXD1W75QCq9hgM,3081
|
|
21
|
+
abstract_math-0.0.0.35.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
22
|
+
abstract_math-0.0.0.35.dist-info/top_level.txt,sha256=b7jOgD9c0U-CGH-l7yxhMPukzD40kMEQkQRV_sGyVfE,14
|
|
23
|
+
abstract_math-0.0.0.35.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|