PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
52 stars 20 forks source link

In somecodes, `.\resources` or `.\results\` are used directly instead of using paths like RESOURCES + "path" or RESULTS + "path". The issue behind this is if using the different run name, then the code would fail. #171

Closed ktehranchi closed 7 months ago

ktehranchi commented 7 months ago

@casinocullen I don't see this anywhere in the code? can you point out where this is happening?