Skip to content

Commit

Permalink
fix deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Dec 17, 2024
1 parent ece3b41 commit 612fbb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"program": "${command:cmake.buildDirectory}/bin/power_grid_model_validation_tests",
"args": [
"--test-case=Validation test single",
"--subcase=power_flow/1os2msr-sym-newton_raphson"
"--subcase=power_flow/DGC-2620_investigation_iterative_linear-sym-iterative-linear"
],
"stopAtEntry": false,
"cwd": "${fileDirname}",
Expand All @@ -31,12 +31,12 @@
"program": "${command:cmake.buildDirectory}/bin/power_grid_model_validation_tests.exe",
"args": [
"--test-case=Validation test single",
"--subcase=power_flow/1os2msr-sym-newton_raphson"
"--subcase=power_flow/DGC-2620_investigation_iterative_linear-sym-iterative-linear"
],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": false,
"console": "integratedTerminal",
}
]
}

0 comments on commit 612fbb7

Please sign in to comment.