We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An error "undefined method `add_internal_loads'" caused by a nil/empty @load_system.
BSync ver: v0.2.1; EDV branch: rubocop; Data: sf utility meter data (attached). monthlyenergy_bricr_filtered.csv
Root cause: @load_system is not assigned in facility.rb read_and_create_initial_systems for having a non-empty systems_xml.element.
Steps to repeat:
No simulation files generated in workflow_results/Simulation_Files directory.
The text was updated successfully, but these errors were encountered:
@JanghyunJK
Sorry, something went wrong.
@kflemin thanks for the tips!
based on my testing, this issue seemed to be solved with the change shown here: https://github.com/BuildingSync/BuildingSync-gem/compare/fix/134_load_system_error
I think I'm still getting another issue though. I'll see if I can track more and will post as an issue if necessary.
#149
kflemin
Successfully merging a pull request may close this issue.
An error "undefined method `add_internal_loads'" caused by a nil/empty @load_system.
BSync ver: v0.2.1;
EDV branch: rubocop;
Data: sf utility meter data (attached).
monthlyenergy_bricr_filtered.csv
Root cause:
@load_system is not assigned in facility.rb read_and_create_initial_systems for having a non-empty systems_xml.element.
Steps to repeat:
No simulation files generated in workflow_results/Simulation_Files directory.
The text was updated successfully, but these errors were encountered: