Skip to content

Commit

Permalink
set observed to false (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 authored Oct 19, 2024
1 parent c702b5a commit dd404c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flasc/data_processing/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _get_mean_power_curves(self, df=None, turbine_subset=None):
pw_curve_df_subset = (
pd.concat(
[
df_pow_and_ws_bins_subset.groupby(by=f"ws_{ti:03d}", observed=True)[
df_pow_and_ws_bins_subset.groupby(by=f"ws_{ti:03d}", observed=False)[
f"pow_{ti:03d}"
].median()
for ti in turbine_subset
Expand Down

0 comments on commit dd404c6

Please sign in to comment.