Skip to content

Commit

Permalink
missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Nov 14, 2024
1 parent e89d387 commit cce9d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flasc/analysis/expected_power_analysis_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
remove_any_null_turbine_bins: bool = False,
remove_any_null_turbine_std_bins: bool = False,
) -> None:
# Save all the inputs
"""Init the object with the results of the uplift analysis."""
self.uplift_results = uplift_results
self.a_in = a_in
self.test_turbines = test_turbines
Expand Down

0 comments on commit cce9d78

Please sign in to comment.