Skip to content

Commit

Permalink
iss #298 minor change in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMorandi committed May 16, 2023
1 parent 3a99b3b commit 9431eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brightwind/analyse/analyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def momm(data, date_from: str = '', date_to: str = '', seasonal_adjustment=False
import brightwind as bw
data = bw.load_csv(bw.demo_datasets.demo_data)
# Derive mean of monthly mean with standard method
# Derive mean of monthly mean with standard method and not filtering out data based on monthly coverage.
bw.momm(data[['Spd40mN','Spd40mS']])
# Derive mean of monthly mean with standard method and imposing coverage_threshold
Expand Down

0 comments on commit 9431eb3

Please sign in to comment.