Closed mikofski closed 7 years ago
clean up issues with indexing registry
timestep
None
args
arg_key
args['arg_key']
reg
Registry.__get_item__
clean up issues with indexing registry
timestep
is optional, set it's keyword value toNone
, only needed for dynamic calcsargs
andarg_key
, silly since we replaceargs
withargs['arg_key']
anyway, just pass the list of args we want from the correspondingreg
, enoughRegistry.__get_item__
!!!