Skip to content

Commit 8627576

Browse files
committed
[tmva][pymva] Remove PyKeras method to see effect on CI
1 parent f131693 commit 8627576

23 files changed

+8
-2204
lines changed

tmva/pymva/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyMVA
1414
HEADERS
1515
TMVA/MethodPyAdaBoost.h
1616
TMVA/MethodPyGTB.h
17-
TMVA/MethodPyKeras.h
1817
TMVA/MethodPyRandomForest.h
1918
TMVA/MethodPyTorch.h
2019
TMVA/PyMethodBase.h
2120
SOURCES
2221
src/MethodPyAdaBoost.cxx
2322
src/MethodPyGTB.cxx
24-
src/MethodPyKeras.cxx
2523
src/MethodPyRandomForest.cxx
2624
src/MethodPyTorch.cxx
2725
src/PyMethodBase.cxx

tmva/pymva/inc/LinkDef.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
#pragma link C++ class TMVA::MethodPyRandomForest+;
1414
#pragma link C++ class TMVA::MethodPyAdaBoost+;
1515
#pragma link C++ class TMVA::MethodPyGTB+;
16-
#pragma link C++ class TMVA::MethodPyKeras+;
1716
#pragma link C++ class TMVA::MethodPyTorch+;
1817
#endif

tmva/pymva/inc/TMVA/MethodPyKeras.h

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)