Refactor TestUtils to allow partial and shuffle dataset load

This commit is contained in:
2024-04-30 02:11:14 +02:00
parent ae469b8146
commit 793b2d3cd5
4 changed files with 139 additions and 103 deletions

2
.vscode/launch.json vendored
View File

@@ -16,7 +16,7 @@
"name": "test",
"program": "${workspaceFolder}/build_debug/tests/TestBayesNet",
"args": [
"\"Test Cannot build dataset with wrong data vector\""
"\"Bisection Best\""
],
"cwd": "${workspaceFolder}/build_debug/tests"
},