-
-
Notifications
You must be signed in to change notification settings - Fork 32
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 <[email protected]> * Refactor "SummaryInput" to "HeatLoadInput", "summary_input" to "heat_load_input" Co-authored-by: Ethan Strominger <[email protected]> * (Issue #264) Refactor: Rename "SummaryOnput" to "HeatLoadOuput", "summary_output" to "heat_load_output" Co-authored-by: Ethan Strominger <[email protected]> * (Issue #264) Refactor: Rename "ProcessedBill" to "ProcessedEnergyBillIntermediate", "processed_bill" to "processed_energy_bill_intermediate" Co-authored-by: Ethan Strominger <[email protected]> * 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 <[email protected]> * (Issue #264) Refactor: Rename "NormalizedBillingPeriodRecord" to "ProcessedEnergyBill" Co-authored-by: Ethan Strominger <[email protected]> * (Issue #264) Refactor: Rename "NormalizedBillingPeriodRecord" to "ProcessedEnergyBill" Co-authored-by: Ethan Strominger <[email protected]> * Update the "recommendations.json" Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: rename + setup-python.sh 1. Renamed to "IntermediateProcessedEnergyBill" 2. Created the "setup-python.sh" file. Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: rename Renamed to "processed_energy_bill_inputs_bill_inputs" Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: rename "billing_period" to "processed_energy_bill_input" Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: rename "billing_record" to "processed_energy_bill" Co-authored-by: Ethan-Strominger <[email protected]> Co-authored-by: AdamFinkle <[email protected]> * update the Lint format * Refactor: rename "processed_energy_bill_inputs_bill_inputs" to "processed_energy_bill_inputs" Co-authored-by: Ethan-Strominger <[email protected]> Co-authored-by: AdamFinkle <[email protected]> * temporary save Co-authored-by: Ethan-Strominger <[email protected]> Co-authored-by: AdamFinkle <[email protected]> * Refactor: fix "billing_period" renaming issue. Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: fix "billing_period" renaming issue. Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: removed the commented out code Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: fix "billing_records" renaming issue. Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: Rename "sample_summary_inputs" to "sample_heat_load_inputs" Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: Rename "dummy_processed_energy_bill_input_record" to "_dummy_processed_energy_bill_input" Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Ethan-Strominger <[email protected]> * Refactor: corrected variable naming issue of "IntermediateEnergyBill" Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Ethan-Strominger <[email protected]> --------- Co-authored-by: Ethan Strominger <[email protected]> Co-authored-by: Ethan-Strominger <[email protected]> Co-authored-by: AdamFinkle <[email protected]>
- Loading branch information
1 parent
9039590
commit 790b019
Showing
16 changed files
with
335 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.