assume-framework / assume

ASSUME - Agent-based Simulation for Studying and Understanding Market Evolution
https://assume.readthedocs.io
23 stars 7 forks source link

Redispatch Germany: Error while running the code #386

Closed paragpatil39 closed 2 months ago

paragpatil39 commented 3 months ago

I was working on the multi-node model of Germany for redispatch with node-wise distributed demands, and renewable & non-renewable generators. I couldn't figure out and resolve the following error.

image

nick-harder commented 3 months ago

@paragpatil39 hi Parag, I would need a bit more details to help you. Please provide me on what branch you are working and how to reprodue the error (which example are you running?)

paragpatil39 commented 3 months ago

@nick-harder Hi Nick, I am working on branch redispatch_Germany on example 04a.

nick-harder commented 3 months ago

@paragpatil39 the problem is in your demand_df.csv file. the index starts with a format YY-DD-MM, and on the 13th of January it switches to YY-MM-DD, which is the correct format. Please fix the input file and it should be fine

nick-harder commented 3 months ago

@paragpatil39 was the problem solved?