Skip to content

Commit

Permalink
Updating RHU to not include duty cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jun 12, 2020
1 parent 6d5095e commit 900fe3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/data/thermostat_example_certification.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,na
test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,lower_bound_95,cooling,45.91
test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,q20,heating,24.29
test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,q20,cooling,41.69
test_product,2.0.0,rhu_30F_to_45F,tau_cvrmse_savings_p01,all,upper_bound_95,heating,
test_product,2.0.0,rhu_30F_to_45F,tau_cvrmse_savings_p01,all,upper_bound_95,heating,0.09
4 changes: 2 additions & 2 deletions thermostat/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"metric": "percent_savings_baseline_percentile",
"statistic": "q20",
},
"rhu2IQFLT_30F_to_45F_compressor_duty_cycle_upper_bound_95_perc_conf": {
"rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf": {
"metric": "rhu_30F_to_45F",
"statistic": "upper_bound_95",
}
Expand Down Expand Up @@ -38,7 +38,7 @@
['national_weighted_mean_cooling_tau_cvrmse_savings_p01_filter', 'percent_savings_baseline_percentile_lower_bound_95_perc_conf_national_weighted_mean'],
['national_weighted_mean_heating_tau_cvrmse_savings_p01_filter', 'percent_savings_baseline_percentile_q20_national_weighted_mean'],
['national_weighted_mean_cooling_tau_cvrmse_savings_p01_filter', 'percent_savings_baseline_percentile_q20_national_weighted_mean'],
['all_tau_cvrmse_savings_p01_filter_heating', 'rhu2IQFLT_30F_to_45F_compressor_duty_cycle_upper_bound_95_perc_conf']]
['all_tau_cvrmse_savings_p01_filter_heating', 'rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf']]


def metrics_to_csv(metrics, filepath):
Expand Down

0 comments on commit 900fe3f

Please sign in to comment.