Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Jul 2, 2024
1 parent 33176ae commit 197a203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rdtools/analysis_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def _call_clearsky_filter(filter_string):
"sensor_clearsky_filter"
)


# note: the previous implementation using the & operator treated NaN
# filter values as False, so we do the same here for consistency:
filter_components = pd.DataFrame(filter_components).fillna(False)
Expand Down

0 comments on commit 197a203

Please sign in to comment.