Skip to content

Commit

Permalink
[tmva] Fix tutorial for case when PYMVA is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoneta committed Mar 22, 2024
1 parent f180659 commit 228ff92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/tmva/TMVA_RNN_Classification.C
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
**/

#include<TROOT.h>
#include <TROOT.h>

#include "TMVA/Factory.h"
#include "TMVA/DataLoader.h"
Expand All @@ -34,6 +34,7 @@
#include "TFile.h"
#include "TTree.h"


/// Helper function to generate the time data set
/// make some time data but not of fixed length.
/// use a poisson with mu = 5 and truncated at 10
Expand Down Expand Up @@ -450,8 +451,6 @@ the option string
}
}
}
#else
useKeras = false
#endif

// use BDT in case not using Keras or TMVA DL
Expand Down

0 comments on commit 228ff92

Please sign in to comment.