sarkas.processes.PostProcess.setup_from_dict#

PostProcess.setup_from_dict(input_dict)#

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().