You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define a new variable without a label, you get the warning
gamY could not process the file due to the following error: "VAR" was defined as a new variable without an explanatory text in group "GROUP" (this might be due to a typo).
This works as intended. If you then update your gams code such that variable has a label, e.g.:
VAR "label"
one obtains an error of the following form
At line:1 char:35
+ run("calib_baselineinclsolar.gms",r="Saved/calib_abtement_agrEOP", s= ...
+ ~
Missing expression after ','.
At line:1 char:35
+ ... "calib_baselineinclsolar.gms",r="Saved/calib_abtement_agrEOP", s="Sav ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unexpected token 'r="Saved/calib_abtement_agrEOP"' in expression or statement.
At line:1 char:35
+ run("calib_baselineinclsolar.gms",r="Saved/calib_abtement_agrEOP", s= ...
+ ~
Missing closing ')' in expression.
At line:1 char:101
+ ... ",r="Saved/calib_abtement_agrEOP", s="Saved/calib_baselineinclsolar")
+ ~
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
If one restarts Python, the error disappears and the code runs as intended.
KH ASBJOERN (sent from my iPhone)
The text was updated successfully, but these errors were encountered:
If you define a new variable without a label, you get the warning
gamY could not process the file due to the following error: "VAR" was defined as a new variable without an explanatory text in group "GROUP" (this might be due to a typo).
This works as intended. If you then update your gams code such that variable has a label, e.g.:
VAR "label"
one obtains an error of the following form
If one restarts Python, the error disappears and the code runs as intended.
KH ASBJOERN (sent from my iPhone)
The text was updated successfully, but these errors were encountered: