cadCAD-org / cadCAD

Design, simulate, validate, and operate within complex systems
https://cadcad.org
MIT License
541 stars 270 forks source link

`cadCAD.tools.easy_run` is unable to handle Config Parameters on which the values are `Sequence` like #347

Closed danlessa closed 6 months ago

danlessa commented 7 months ago

Potential fix:

refactor select_config_M_dict so that the dict values are callables rather than values

linear[bot] commented 7 months ago

CORE-103 `cadCAD.tools.easy_run` is unable to handle Config Parameters on which the values are `Sequence` like.

zcstarr commented 6 months ago

@danlessa @emanuellima1 I think this might be a better patch for the parameters issue. This way you don't have to transform the parameter to a different data type it can stay as is. I think because it is parameter assignment for the setup, this would be pretty performant.

What do you think? What do we need to do to land this ? I'm happy to take that up.