-
Notifications
You must be signed in to change notification settings - Fork 26
EUSS/SDR: Demand Flexibility measures combining with PV measure (package feature) #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ccaradon/sdr_2025_r2
Are you sure you want to change the base?
Conversation
@JieXiong9119 just curious, did you ever try rubocop? https://github.com/NREL/ComStock?tab=readme-ov-file#running-rubocop |
No but will try! |
# pass relevant messages/results/variables to parent runner | ||
def child_to_parent_runner_logging(runner_parent, measure_name, results_child, registered_var_list = []) | ||
|
||
# Register values from child runner to parent runner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually added this line too in my latest version:
ComStock/resources/measures/upgrade_hvac_add_heat_pump_rtu/resources/call_other_measures.rb
Line 42 in a761303
unless registered_var_list.empty? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JieXiong9119 could you also check if unit tests are working well for both your measure and PV measure (if there is any) ?
f896eea
to
1b7d6b4
Compare
Pull request overview
This PR adds the feature of enabling PV measure within DF lighting measure to create an upgrade package analysis.
Pull Request Author
This pull request makes changes to (select all the apply):
Author pull request checklist:
comstock_column_definitions.csv
options_lookup.tsv
files updated.yml
filesREADME.md
filestest/reporting_measure_tests.txt
,test/workflow_measure_tests.txt
, ortest/upgrade_measure_tests.txt
Review Checklist
This will not be exhaustively relevant to every PR.
ComStock Licensing Language - Add to Beginning of Each Code File