Skip to content

Commit

Permalink
MAINT: Improve methods docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Sep 22, 2022
1 parent badea3b commit c5d6517
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rocketpy/EnvironmentAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import bisect
import warnings
import json
from collections import defaultdict

import ipywidgets as widgets
Expand Down Expand Up @@ -2687,7 +2688,15 @@ def exportMeanProfiles(self, filename="export_env_analysis"):
Exports the mean profiles of the weather data to a file in order to it
be used as inputs on Environment Class by using the CustomAtmosphere
model.
TODO: Improve docs
Parameters
----------
filename : str, optional
Name of the file where to be saved, by default "EnvAnalysisDict"
Returns
-------
None
"""

self.process_temperature_profile_over_average_day()
Expand Down

0 comments on commit c5d6517

Please sign in to comment.