Skip to content

Updates to DataManager

Karol Krizka requested to merge kk_dm into main

Several updates to the DataManager to make it more flexible.

  • Add load_samples function to load more than one YAML file.
  • Add add_sample to allow adding samples without a corresponding YAML file.

The sample identifier is now an integer (autogenrated dsid) instead of a slow string.

Also expanded documentation via docstrings for this and related classes.

Merge request reports