Bug: sweep_cartesian_product does not play nice with config_sim
Closed this issue · 1 comments
LinuxIsCool commented
This line casts parameter sets to tuples:
cadCAD/cadCAD/tools/preparation.py
Line 29 in 9047c13
But this line expects specifically lists, otherwise giving an error:
cadCAD/cadCAD/configuration/utils/__init__.py
Line 180 in 9047c13
Thus using sweep_cartesian_product
and then easy_run
is throwing an error.
I'll submit a PR to resolve this in a moment.