Worked on feature extraction

This commit is contained in:
Lukas Wölfer
2020-06-18 05:10:31 +02:00
parent 11919bb13c
commit 7efa290295
2 changed files with 53 additions and 32 deletions

View File

@@ -9,5 +9,12 @@
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.pythonPath": "/home/lukas/.local/share/virtualenvs/shenzhen-solitaire-nsu5dgrx/bin/python"
"python.linting.mypyArgs": [
"--ignore-missing-imports",
"--follow-imports=silent",
"--show-column-numbers",
"--strict"
],
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black"
}