From 52c54b8a02e1f9dba50b5c51442b234ddfae9180 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 12 Sep 2021 22:39:52 -0500 Subject: added wall bisection penalty when calculating distance --- .vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vscode') 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", -- cgit v1.2.3-70-g09d2