Skip to content

Commit

Permalink
removes unnecessary attributes from views
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Sep 15, 2024
1 parent 749a4ea commit 0f0cbd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/views/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class FlightSummary(RocketSummary, EnvSummary):
out_of_rail_time: Optional[float]
out_of_rail_time_index: Optional[int]
parachute_cd_s: Optional[float]
post_processed: Optional[bool]
rail_length: Optional[float]
rtol: Optional[float]
t: Optional[float]
Expand Down
1 change: 0 additions & 1 deletion lib/views/motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class MotorSummary(BaseModel):
propellant_I_22: Optional[Any]
propellant_I_23: Optional[Any]
propellant_I_33: Optional[Any]
clip_thrust: Optional[Any]
propellant_mass: Optional[Any]
reshape_thrust_curve: Optional[Any]
total_mass: Optional[Any]
Expand Down

0 comments on commit 0f0cbd5

Please sign in to comment.