jade.jobs.job_configuration_factory

“Factory functions for simulation configurations

Functions

create_config_from_file(filename, **kwargs)

Create instance of a JobConfiguration from a config file.

create_config_from_previous_run(config_file, ...)

Create instance of a JobConfiguration from a previous config file, returning only those of the type given

deserialize_config(data, **kwargs)

Create instance of a JobConfiguration from a dict.

upgrade_config_file(data, filename)

Upgrades v0.1.0 format to the latest.