Skip to content

Commit

Permalink
removes rail_length
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Oct 2, 2023
1 parent bf5deb3 commit 307d81a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/models/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
class Env(BaseModel, frozen=True):
latitude: float = 0
longitude: float = 0
rail_length: Optional[float] = 5.2
elevation: Optional[int] = 1400
atmospheric_model_type: Optional[str] = 'standard_atmosphere'
atmospheric_model_file: Optional[str] = 'GFS'
Expand Down

0 comments on commit 307d81a

Please sign in to comment.