Skip to content

Commit

Permalink
error in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
john-zither committed Nov 6, 2024
1 parent 04b9159 commit 89cc602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermostat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def get_resistance_heat_utilization_bins(
runtime_rhu["aux_runtime"] > runtime_rhu["heat_runtime"]
)
runtime_rhu.loc[
runtime_rhu.data_is_nonsense is True, "rhu"
runtime_rhu.data_is_nonsense == True, "rhu"
] = np.nan # noqa: E712

if runtime_rhu.data_is_nonsense.any():
Expand Down

0 comments on commit 89cc602

Please sign in to comment.