fix: change building names in ep_multiple_buildings.py to upper case #66
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ep-result-factory-naming-bug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This branch fixes a naming issue in the EnergyPlus workflow result factory. When EnergyPlus runs a simulation, and the building name contains letters (i.e., it's not purely numeric), it converts the building name to uppercase. This causes the current search process to fail because it doesn't account for the uppercase conversion. I have modified the search process to accommodate uppercase building names.