Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jul 8, 2020
1 parent aeb6ede commit 126b030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thermostat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,13 +1666,15 @@ def _calculate_aux_emerg_epa_field_savings_metrics(self, core_heating_day_set):
core_heating_day_set,
min_runtime_minutes)

# We no longer track different duty cycles (aux, emg, compressor, etc.)
duty_cycle = None

additional_outputs.update(self._rhu_outputs(
rhu_type=rhu_type,
rhu_bins=rhu,
rhu_usage_bins=RESISTANCE_HEAT_USE_BIN,
duty_cycle=duty_cycle))

additional_outputs.update(self._rhu_outputs(
rhu_type=rhu_type,
rhu_bins=rhu_wide,
Expand Down

0 comments on commit 126b030

Please sign in to comment.