From 8d4fdd4ee8137331060af05ce68d8f3f9d82d6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sat, 13 Jun 2020 00:05:24 +0200 Subject: [PATCH] Predict and score structure --- .vscode/launch.json | 15 --------------- .vscode/settings.json | 18 ------------------ 2 files changed, 33 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 0f6e6bd..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense para saber los atributos posibles. - // Mantenga el puntero para ver las descripciones de los existentes atributos. - // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Archivo actual", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index db397ef..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "python.testing.unittestArgs": [ - - ], - "python.testing.pytestEnabled": false, - "python.testing.nosetestsEnabled": false, - "python.testing.unittestEnabled": true, - "python.pythonPath": "/Users/rmontanana/.virtualenvs/general/bin/python", - "python.linting.flake8Enabled": true, - "python.linting.enabled": true, - "editor.rulers": [ - 80, - 100 - ], - "python.linting.pylintEnabled": false, - "restructuredtext.confPath": "${workspaceFolder}/docs/source" - -} \ No newline at end of file