cleaning
This commit is contained in:
parent
9a3f5230dd
commit
85ad127102
|
@ -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
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue