Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
WilliamArmst and Gui-FernandesBR authored Dec 2, 2024
1 parent 396b122 commit cb25bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocketpy/environment/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def set_date(self, date, timezone="UTC"):
"Ensemble",
]:
self.set_atmospheric_model(
self.atmospheric_model_type, self.atmospheric_model_file, self.atmospheric_model_dict
type=self.atmospheric_model_type, file=self.atmospheric_model_file, dictionary=self.atmospheric_model_dict
)

def set_location(self, latitude, longitude):
Expand Down Expand Up @@ -726,7 +726,7 @@ def set_location(self, latitude, longitude):
"Ensemble",
]:
self.set_atmospheric_model(
self.atmospheric_model_type, self.atmospheric_model_file, self.atmospheric_model_dict
type=self.atmospheric_model_type, file=self.atmospheric_model_file, dictionary=self.atmospheric_model_dict
)

def set_gravity_model(self, gravity=None):
Expand Down

0 comments on commit cb25bad

Please sign in to comment.