Skip to content

Commit cb25bad

Browse files
Apply suggestions from code review
Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 396b122 commit cb25bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocketpy/environment/environment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def set_date(self, date, timezone="UTC"):
688688
"Ensemble",
689689
]:
690690
self.set_atmospheric_model(
691-
self.atmospheric_model_type, self.atmospheric_model_file, self.atmospheric_model_dict
691+
type=self.atmospheric_model_type, file=self.atmospheric_model_file, dictionary=self.atmospheric_model_dict
692692
)
693693

694694
def set_location(self, latitude, longitude):
@@ -726,7 +726,7 @@ def set_location(self, latitude, longitude):
726726
"Ensemble",
727727
]:
728728
self.set_atmospheric_model(
729-
self.atmospheric_model_type, self.atmospheric_model_file, self.atmospheric_model_dict
729+
type=self.atmospheric_model_type, file=self.atmospheric_model_file, dictionary=self.atmospheric_model_dict
730730
)
731731

732732
def set_gravity_model(self, gravity=None):

0 commit comments

Comments
 (0)