Add quiet parameter to Stratified KFold #1

Merged
rmontanana merged 3 commits from quiet into main 2024-12-13 17:29:28 +00:00
8 changed files with 8 additions and 25 deletions
Showing only changes of commit d1335f9f8a - Show all commits

View File

@@ -2,7 +2,7 @@ if(ENABLE_TESTING)
include_directories(
${Folding_SOURCE_DIR}
lib/Files
lib/mdlp
lib/mdlp/src
)
set(TEST_FOLDING "unit_tests_folding")
add_executable(${TEST_FOLDING} TestFolding.cc TestUtils.cc)