Skip to content

Adapting testing in config

This MR adds the general overhaul of the testing file structure which is currently implemented for the validation files. Changes made are:

  • Adapting the documentation for DIPS and Umami to the new test_files
  • Adapting the config files to new test_files.
  • Adapting integration test and unit test dummy train config.
  • Adapting the Configuration.py for the train_tools.
  • Fixing small bug in LoadJetsFromFile. The truth variable was not loaded when no variable cut was defined.
  • Adding possibility to define no variable cut for a file. If you do so, a little warning will be printed telling that no variable cut is defined for the given file.
  • Adapting the loop over the files in evaluate_model.py
Edited by Alexander Froch

Merge request reports