Replies: 1 comment 5 replies
-
@pietrobm try to spot the constraint where this happens. I can help you if you post the entire error traceback. Then we will know which parameter values to look at. Most probably you have a time-series that stops at 2047-01-01T00:00 so whenever SpineOpt asks for values beyond that time to build their constraints, if finds that there are no values and fails. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am having an issue that I thought was an easy fix, but I cannot spot the problem so maybe someone here can give me a hand.
I am running my model with a yearly resolution, and if the interval is 2022 to 2045 it works fine, but if I run it from 2022 to 2050 I get the following error:
LoadError: Invalid coefficient NaN on variable unit_flow[Cable_on_elec_node_hewett_aftp, On_elec_node, from_node, realization, 2047-01-01T00:00~>2048-01-01T00:00].
My understanding is that the variable becomes infinite for some reason at 2047. Any tip/advice would be of great help.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions