We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4368487 commit 26f510dCopy full SHA for 26f510d
src/models/rocket.py
@@ -19,7 +19,7 @@ class RocketModel(ApiBaseModel):
19
radius: float
20
mass: float
21
motor_position: float
22
- center_of_mass_without_motor: int
+ center_of_mass_without_motor: float
23
inertia: Union[
24
Tuple[float, float, float],
25
Tuple[float, float, float, float, float, float],
0 commit comments