This commit is contained in:
Remi Ehounou
2021-06-09 15:53:58 -04:00
parent a6d862cd4e
commit 50191dd984
20 changed files with 139 additions and 17 deletions

4
.vscode/launch.json vendored
View File

@@ -4,11 +4,13 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Module",
"type": "python",
"request": "launch",
"module": "MDAF"
"module": "MDAF",
"args": ["plotfuncs('@Bukin2', features)"]
},
{
"name": "Python: Current File",