rizer.misc.simulation#

Functions#

parse_simulation_yaml(→ dict[str, Any])

Parse a simulation YAML file and perform minimal validation.

create_case_folder(→ pathlib.Path)

Create a folder for the case.

Module Contents#

rizer.misc.simulation.parse_simulation_yaml(path: str | pathlib.Path) dict[str, Any]#

Parse a simulation YAML file and perform minimal validation.

Returns a nested dictionary.

rizer.misc.simulation.create_case_folder(base_folder: str, case_name: str) pathlib.Path#

Create a folder for the case.