sarkas.processes.PreProcess.setup#

PreProcess.setup(read_yaml=True, input_file=None, other_inputs=None)#

Setup simulations’ subclasses by reading the YAML input file and update them with other_inputs.

Parameters
  • read_yaml (bool) – Flag for reading YAML input file. Default = True.

  • input_file (str (optional)) – Path to YAML file with inputs.

  • other_inputs (dict (optional)) – Nested dictionary with additional simulations options. This is called after reading the YAML file.