sarkas.processes.Process.setup_from_dict
sarkas.processes.Process.setup_from_dict#
- Process.setup_from_dict(input_dict)[source]#
Setup simulations’ subclasses from a nested dictionary.
- Parameters
input_dict (dict) – Nested dictionary with all necessary simulations parameters.
Note
This method does the same as:meth:setup but without reading a yaml file. If you want to update the attributes of this class use
update_subclasses_from_dict().