From 85ad127102c88f5cade2e0c9106c79d1ca529a6b Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Tue, 2 Apr 2024 12:37:29 +0200 Subject: [PATCH] cleaning --- .vscode/launch.json | 25 ------------------ .vscode/settings.json | 10 ------- .vscode/vscode-kanban.json | 54 -------------------------------------- 3 files changed, 89 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/vscode-kanban.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5d06711..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - - { - "name": "main", - "type": "python", - "request": "launch", - "program": "~/tesi/quacc/main.py", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "panel", - "type": "python", - "request": "launch", - "program": "~/tesi/qcpanel/run.py", - "console": "integratedTerminal", - "justMyCode": true - }, - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 93586db..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "terminal.integrated.profiles.linux": { - "volpi@ilona": { - "path": "fish", - "args": ["-c", "ssh volpi@ilona.isti.cnr.it",], - "overrideName": true, - }, - }, - "python.analysis.autoImportCompletions": true -} \ No newline at end of file diff --git a/.vscode/vscode-kanban.json b/.vscode/vscode-kanban.json deleted file mode 100644 index 4f7c9ab..0000000 --- a/.vscode/vscode-kanban.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "todo": [ - { - "assignedTo": { - "name": "Lorenzo Volpi" - }, - "creation_time": "2023-10-28T14:33:36.069Z", - "id": "2", - "references": [], - "title": "Creare plot avg con training prevalence sull'asse x e media rispetto a test prevalence" - }, - { - "assignedTo": { - "name": "Lorenzo Volpi" - }, - "creation_time": "2023-10-28T14:32:37.610Z", - "id": "1", - "references": [], - "title": "Testare su imdb" - } - ], - "in-progress": [ - { - "assignedTo": { - "name": "Lorenzo Volpi" - }, - "creation_time": "2023-10-28T14:34:23.217Z", - "id": "3", - "references": [], - "title": "Relaizzare grid search per task specifico partedno da GridSearchQ" - }, - { - "assignedTo": { - "name": "Lorenzo Volpi" - }, - "creation_time": "2023-10-28T14:34:46.226Z", - "id": "4", - "references": [], - "title": "Aggingere estimator basati su PACC (quantificatore)" - } - ], - "testing": [], - "done": [ - { - "assignedTo": { - "name": "Lorenzo Volpi" - }, - "creation_time": "2023-10-28T14:35:12.683Z", - "id": "5", - "references": [], - "title": "Rework rappresentazione dati di report" - } - ] -} \ No newline at end of file