From 862add6ca665783e0c33b96c90cb598ffa0f068c Mon Sep 17 00:00:00 2001 From: Tanuj Vishnoi Date: Wed, 7 Nov 2018 01:06:30 +0530 Subject: [PATCH] KNN done --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 24173c7..b24afbe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ ], "python.unitTest.pyTestEnabled": false, "python.unitTest.nosetestsEnabled": false, - "python.unitTest.unittestEnabled": true, - "python.pythonPath": "/home/vishnoitanuj/miniconda3/envs/CV/bin/python" + "python.unitTest.unittestEnabled": false, + "python.pythonPath": "/home/vishnoitanuj/miniconda3/envs/CV/bin/python", + "python.unitTest.promptToConfigure": false } \ No newline at end of file