You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running create_caltrack_daily_design_matrix(meter_data, temperature_data) doesn't create any cdd or hdd columns. This bug is due to missing arguments in the call to compute_temperature_features. Below is what the current call to compute_temperature_features looks like in create_caltrack_daily_design_matrix.
Expected behavior
Documentation says that create_caltrack_daily_design_matrix should return design_matrix – A design matrics with mean usage_per_day, hdd_30-hdd_90, and cdd_30-cdd_90 features. Below is what the call to compute_temperature_features should be.
Report installed package versions
Describe the bug
Running create_caltrack_daily_design_matrix(meter_data, temperature_data) doesn't create any cdd or hdd columns. This bug is due to missing arguments in the call to compute_temperature_features. Below is what the current call to compute_temperature_features looks like in create_caltrack_daily_design_matrix.
Expected behavior
Documentation says that create_caltrack_daily_design_matrix should return design_matrix – A design matrics with mean usage_per_day, hdd_30-hdd_90, and cdd_30-cdd_90 features. Below is what the call to compute_temperature_features should be.
The text was updated successfully, but these errors were encountered: