reemission.salib.common
Utility functions for reading/writing files. Includes: - load_yaml: Function to read a YAML file and return its contents as a dictionary.
This function is used for loading configuration files in Re-Emission.
- reemission.salib.common.load_yaml(path: str | Path) Dict[str, Any] [source]
Read the params.yaml into a Python dict.
Functions
|
Read the params.yaml into a Python dict. |