mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 16:22:00 +00:00
Predict and score structure
This commit is contained in:
parent
872914dca7
commit
8d4fdd4ee8
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -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"
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user