Skip to content

Commit 2ca3d86

Browse files
committed
DOC: changing method name from get_environment_object to create_environment_object
1 parent e6cdf8f commit 2ca3d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/environment/environment_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ def save(self, filename="env_analysis_dict"):
28862886
file.close()
28872887
print("Your Environment Analysis file was saved, check it out: " + filename)
28882888

2889-
def get_environment_object(
2889+
def create_environment_object(
28902890
self, gravity=None, date=None, datum="SIRGAS2000", max_expected_height=80000.0
28912891
):
28922892
"""Creates an Environment object with the data from the Environment Analysis instance.

0 commit comments

Comments
 (0)