Skip to content

Commit

Permalink
delete left over line
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Dec 18, 2024
1 parent d569509 commit 7dce7c2
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 @@ -652,7 +652,6 @@ def _aggregated_filter(self, aggregated, case):
warnings.warn(
"aggregated ad_hoc_filter contains NaN values; setting to False (excluding)"
)
ad_hoc_filter_aggregated = ad_hoc_filter_aggregated.fillna(False)
ad_hoc_filter_aggregated.loc[ad_hoc_filter_aggregated.isnull()] = False

if not filter_components_aggregated.index.equals(
Expand Down

0 comments on commit 7dce7c2

Please sign in to comment.