Commit 42b57b23 authored by Dorchies David's avatar Dorchies David
Browse files

fix(SeriesAggreg.OutputsModel): warning on item "Param"

Regression after refactoring in #111
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,6 +2,6 @@ SeriesAggreg.OutputsModel <- function(x, Format, ...) { ...@@ -2,6 +2,6 @@ SeriesAggreg.OutputsModel <- function(x, Format, ...) {
SeriesAggreg.list(x, SeriesAggreg.list(x,
Format, Format,
ConvertFun = NA, ConvertFun = NA,
except = c("WarmUpQsim", "StateEnd"), except = c("WarmUpQsim", "StateEnd", "Param"),
...) ...)
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment