Some invalid initial cycle point values are resulting in tracebacks rather than clean error messages.
(low priority)
Example which triggers a ValueError:
[scheduling]
initial cycle point = T, T
[[graph]]
R1 = foo
[runtime]
[[foo]]
And another which triggers the same issue:
initial cycle point = T00, T18
Some invalid
initial cycle pointvalues are resulting in tracebacks rather than clean error messages.(low priority)
Example which triggers a
ValueError:And another which triggers the same issue: