Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor Home.calculate Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * Refactor "SummaryInput" to "HeatLoadInput", "summary_input" to "heat_load_input" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * (Issue #264) Refactor: Rename "SummaryOnput" to "HeatLoadOuput", "summary_output" to "heat_load_output" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * (Issue #264) Refactor: Rename "ProcessedBill" to "ProcessedEnergyBillIntermediate", "processed_bill" to "processed_energy_bill_intermediate" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * add "balance_point = 0" * update the return type annotation of class Home._init [no-untyped-def] * update * update * (Issue #264) Refactor: Rename "NormalizedBillingPeriodRecordBase" to "ProcessedEnergyBillInput" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * (Issue #264) Refactor: Rename "NormalizedBillingPeriodRecord" to "ProcessedEnergyBill" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * (Issue #264) Refactor: Rename "NormalizedBillingPeriodRecord" to "ProcessedEnergyBill" Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> * Update the "recommendations.json" Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: rename + setup-python.sh 1. Renamed to "IntermediateProcessedEnergyBill" 2. Created the "setup-python.sh" file. Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: rename Renamed to "processed_energy_bill_inputs_bill_inputs" Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: rename "billing_period" to "processed_energy_bill_input" Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: rename "billing_record" to "processed_energy_bill" Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> * update the Lint format * Refactor: rename "processed_energy_bill_inputs_bill_inputs" to "processed_energy_bill_inputs" Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> * temporary save Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> * Refactor: fix "billing_period" renaming issue. Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: fix "billing_period" renaming issue. Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: removed the commented out code Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: fix "billing_records" renaming issue. Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: Rename "sample_summary_inputs" to "sample_heat_load_inputs" Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: Rename "dummy_processed_energy_bill_input_record" to "_dummy_processed_energy_bill_input" Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> * Refactor: corrected variable naming issue of "IntermediateEnergyBill" Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com> Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> --------- Co-authored-by: Ethan Strominger <ethanstrominger2@gmail.com> Co-authored-by: Ethan-Strominger <ethanstrominger@users.noreply.github.com> Co-authored-by: AdamFinkle <AdamFinkle@users.noreply.github.com>
- Loading branch information