KratosMultiphysics / Flowgraph

A node editor for Kratos Problemtypes
GNU Affero General Public License v3.0
5 stars 3 forks source link

type compatibility problem #3

Closed RiccardoRossi closed 4 years ago

RiccardoRossi commented 4 years ago

the output of ParametersList (array) is not compatible with the input type for "ProjectParameters" (an object is expected) however i cannot make it to work.

this is sort of strange to me since in principle typeof array = object

roigcarlo commented 4 years ago

Fixed in d77c2a7

roigcarlo commented 4 years ago

Just to expand on this, now parameter list accepts pretty much everything, even other parameter lists etc...

RiccardoRossi commented 4 years ago

nope it is not fixed.

take a look at the attached example, and try to connect the output of parameters_list to auxiliar_process_list in project_parameters wrong.zip

roigcarlo commented 4 years ago

Also solved