Skip to content

Commit 9e87376

Browse files
committed
Remove traces of RModelParser_Keras
1 parent 80e838a commit 9e87376

File tree

4 files changed

+0
-616
lines changed

4 files changed

+0
-616
lines changed

tmva/pymva/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyMVA
1717
TMVA/MethodPyKeras.h
1818
TMVA/MethodPyRandomForest.h
1919
TMVA/MethodPyTorch.h
20-
TMVA/RModelParser_Keras.h
2120
TMVA/RModelParser_PyTorch.h
2221
TMVA/PyMethodBase.h
2322
SOURCES

tmva/pymva/inc/TMVA/RModelParser_Keras.h

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

tmva/pymva/test/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,4 @@ if((ROOT_KERAS_FOUND AND ROOT_THEANO_FOUND) OR (ROOT_KERAS_FOUND AND ROOT_TENSOR
128128
LIBRARIES ${Libraries})
129129
ROOT_ADD_TEST(PyMVA-Keras-Multiclass COMMAND testPyKerasMulticlass DEPENDS ${PyMVA-Keras-Multiclass-depends})
130130

131-
if(BLAS_FOUND)
132-
ROOT_ADD_GTEST(TestRModelParserKeras TestRModelParserKeras.C
133-
LIBRARIES
134-
ROOTTMVASofie
135-
PyMVA
136-
Python3::NumPy
137-
Python3::Python
138-
BLAS::BLAS
139-
INCLUDE_DIRS
140-
SYSTEM
141-
${CMAKE_CURRENT_BINARY_DIR}
142-
)
143-
endif()
144-
145131
endif()

0 commit comments

Comments
 (0)