Fix CFS mistake

This commit is contained in:
2024-04-02 22:53:00 +02:00
parent e55365c41c
commit a1f9086780
4 changed files with 34 additions and 77 deletions

3
.vscode/launch.json vendored
View File

@@ -14,8 +14,9 @@
"type": "lldb",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/build_debug/tests/unit_tests_bayesnet",
"program": "${workspaceFolder}/build_debug/tests/TestBayesNet",
"args": [
"[FeatureSelection]"
//"-c=\"Metrics Test\"",
// "-s",
],