codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
11 stars 29 forks source link

Update "generate_example_data.py" to understand new cases/examples fuel-type directory structure #216

Closed eriksynn closed 2 months ago

eriksynn commented 2 months ago

While working on adding test cases for the heating oil fuel type, we decided to split the test case examples into separate sub-directories by fuel type. We are doing this work on a branch called fuel-oil-test-cases. On this branch, we need to update the test example data generator tool to understand this new directory structure...

cases/examples/fuel_oil cases/examples/natural_gas

eriksynn commented 2 months ago

Ok, I updated the tool generate_example_data.py to be able to navigate a multi-directory cases/examples test directory structure. I did this work on a separate branch eriksynn/issue216 with the intention to create a PR to merge the work onto the parent branch fuel-oil-test-cases. However, it appears that I instead simply published the changes to that parent branch, which is fine.