Skip to content
Snippets Groups Projects
Commit f37ac773 authored by Michael Wilkinson's avatar Michael Wilkinson Committed by Lorenzo Moneta
Browse files

correct jobname in TMVACrossValidationApplication

parent 2a3620ba
No related branches found
No related tags found
Loading
......@@ -78,7 +78,7 @@ int TMVACrossValidationApplication()
reader->AddSpectator("eventID", &eventID);
// Book the serialised methods
TString jobname("TMVACrossEvaluation");
TString jobname("TMVACrossValidation");
{
TString methodName = "BDTG";
TString weightfile = TString("dataset/weights/") + jobname + "_" + methodName + TString(".weights.xml");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment