ricnogfer

Results 4 comments of ricnogfer

Thanks for looking into it @trevorb1! Here is the content of the _config.default.yaml_ file: ``` # PyPSA-USA Default Configuration File for developing and testing county transmission network from Reeds run:...

Thanks for the feedback @trevorb1! Unfortunately, setting the weather year to 2018, as suggested, didn't solve the issue. Do you have any idea on what is going on? Many thanks...

Yes, I did change the snapshots as well in the config YAML file. Here it is: ``` renewable_weather_years: [2018] snapshots: start: "2018-01-01" end: "2019-01-01" inclusive: "left" ``` Unfortunately, these changes...

Hi @trevorb1, thanks for looking into this! On my side, it's failing on the `solve_network` logic right after the optimizer (Gurobi in this case) has solved the network. Here is...