summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-12 22:39:52 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-12 22:39:52 -0500
commit52c54b8a02e1f9dba50b5c51442b234ddfae9180 (patch)
treedfc5ccdcda54dd94f2912f09f04bedf1006a2294 /.vscode
parent7413f09234fcf58d7b185baea6aae11668a0a8fb (diff)
added wall bisection penalty when calculating distance
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 80848a3..9396892 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,6 +9,9 @@
"type": "python",
"request": "launch",
"program": "autograder.py",
+ "args": [
+ "--question=q7",
+ ]
},
{
"name": "tinyMazeSearch",