gemseo.utils.deserialize_and_run module#

Executable that deserializes a discipline and executes it.

main(argv=None)[source]#

Deserialize the inputs, execute the discipline and save the output to the disk.

Parameters:

argv (Sequence[str] | None) -- The command line arguments.

Returns:

The return code, 0 on success, 1 on failure.

Return type:

int