Open bekozi opened 6 years ago
Currently, the default calculation collection output type from <calculation>.execute() is a VariableCollection. This should change to Field. The vc keyword argument to AbstractFunction should also be renamed to something like outfield.
<calculation>.execute()
VariableCollection
Field
vc
AbstractFunction
outfield
Ping @huard
Currently, the default calculation collection output type from
<calculation>.execute()
is aVariableCollection
. This should change toField
. Thevc
keyword argument toAbstractFunction
should also be renamed to something likeoutfield
.Ping @huard