Skip to content

Commit

Permalink
trying another minor change for notebook checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoyer committed Aug 13, 2024
1 parent 0f020b5 commit 6d5ce23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdtools/soiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ def _calc_daily_df(
# Matt added these lines but the function "_collapse_cleaning_events"
# was written by Asmund, it reduces multiple days of cleaning events
# in a row to a single event

'''
reduced_cleaning_events = _collapse_cleaning_events(
df.clean_event_detected, df.delta.values, 5
)
df["clean_event_detected"] = reduced_cleaning_events

'''
##########################################################################
precip_event = df["precip"] > precip_threshold

Expand Down

0 comments on commit 6d5ce23

Please sign in to comment.