fix: correct the default values of the 'except' argument of the...
fix: correct the default values of the 'except' argument of the 'SeriesAggreg.OutputsModel' function Refs 137, !58, ede467bb
Showing
+1 -1
-
Author Owner
She warning message is stil returned. See #137 (comment 54516)
-
Author Owner
It works with "StateEnd" and not with "RunOptions" because StateEnd is a list with specific classes, which is not the case of RunOptions which a simple list.
$RunOptions [1] "list" $StateEnd [1] "IniStates" "monthly" "GR"
inherits(OutputsModel$RunOptions, "list") [1] TRUE inherits(OutputsModel$StateEnd, "list") [1] FALSE
In SeriesAggreg.list, the code line is:
listCols <- x[sapply(x, inherits, "list")]
Please register or sign in to comment