Fix stratified folding mistake in remainders

This commit is contained in:
2023-07-27 16:51:27 +02:00
parent 3d8fea7a37
commit 7f7ddad36a
8 changed files with 18 additions and 8 deletions

9
.vscode/launch.json vendored
View File

@@ -26,12 +26,13 @@
"-m",
"TAN",
"-p",
"datasets",
"/Users/rmontanana/Code/discretizbench/datasets",
"--discretize",
"-f",
"5",
"--stratified",
"--title",
"Debug test"
"Debug test",
"-d",
"ionosphere"
],
"cwd": "${workspaceFolder}/build/src/Platform",
},