Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Add .spinetoolbox folder and files
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Marin committed Sep 21, 2021
1 parent db4136d commit 25bb415
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .spinetoolbox/items/output/Output.sqlite
Binary file not shown.
80 changes: 80 additions & 0 deletions .spinetoolbox/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"project": {
"version": 6,
"name": "",
"description": "",
"specifications": {},
"connections": [
{
"from": [
"Input",
"right"
],
"to": [
"Run SpineOpt 1",
"left"
]
},
{
"from": [
"Run SpineOpt 1",
"right"
],
"to": [
"Output",
"left"
]
}
],
"jumps": []
},
"items": {
"Input": {
"type": "Data Store",
"description": "",
"x": -230.0,
"y": -62.0,
"url": {
"dialect": "sqlite",
"username": "",
"password": "",
"host": "",
"port": "",
"database": {
"type": "path",
"relative": true,
"path": ".spinetoolbox/items/input/C1_C_DA_coordinated_sizing.sqlite"
}
},
"cancel_on_error": false
},
"Run SpineOpt 1": {
"type": "Tool",
"description": "",
"x": -63.0,
"y": -22.0,
"specification": "Run SpineOpt",
"execute_in_work": false,
"cmd_line_args": []
},
"Output": {
"type": "Data Store",
"description": "",
"x": 159.0,
"y": -49.0,
"url": {
"dialect": "sqlite",
"username": "",
"password": "",
"host": "",
"port": "",
"database": {
"type": "path",
"relative": true,
"path": ".spinetoolbox/items/output/Output.sqlite"
}
},
"cancel_on_error": false
}
}
}

0 comments on commit 25bb415

Please sign in to comment.