Fix a sign mistake in valueCutPoint

This commit is contained in:
2023-02-21 18:49:57 +01:00
parent 5bb0e1e6ca
commit 79c029832a
2 changed files with 4 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceRoot}/sample/build/sample",
"args": [
"test"
"mfeat-factors"
],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/sample/build/",