openego / eTraGo

Optimization of flexibility options for transmission grids based on PyPSA
GNU Affero General Public License v3.0
30 stars 13 forks source link

Update path to unit commitment file #726

Open ClaraBuettner opened 4 months ago

ClaraBuettner commented 4 months ago

When etrago is executed from another directory than eTraGo/etrago, the market simulation fails with this error:

FileNotFoundError: [Errno 2] No such file or directory: './data/unit_commitment.csv'

Setting the path to that file should be adjusted.