1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-21 15:34:18 +00:00

Run full run in optimized mode

This commit is contained in:
Steffo 2023-05-10 02:42:09 +02:00
parent 89af03d758
commit fa3171666a
Signed by: steffo
GPG key ID: 2A24051445686895

1
.vscode/launch.json vendored
View file

@ -36,6 +36,7 @@
"request": "launch",
"module": "unimore_bda_6",
"justMyCode": false,
"pythonArgs": ["-OO"],
"env": {
"NLTK_DATA": "./data/nltk",
"WORKING_SET_SIZE": "5000000",