Skip to content

Fixing evaluation of the taggers

Alexander Froch requested to merge alfroch-fixing-eval into master

This MR fixes the issue of the comparison tagger probability (for example you use dips from the files and you use taus, the script tries to load dips_ptau which is not there because the dips does not have a ptau output). Now, only the probabilities which are in the files are loaded and are used to calculate the discriminant.

Merge request reports