getpositions schreibt nur noch eine json Ergebnisdatei raus. Config launch.json und routing.py angepasst; in Requirements networkx aufgenommen.
This commit is contained in:
Vendored
+15
-1
@@ -4,6 +4,7 @@
|
||||
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "Python-Debugger: Aktuelle Datei mit Argumenten",
|
||||
"type": "debugpy",
|
||||
@@ -33,7 +34,8 @@
|
||||
"-s",
|
||||
"-d",
|
||||
"-r",
|
||||
"-c"
|
||||
"-c",
|
||||
"-w"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -65,6 +67,18 @@
|
||||
"-r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "run routing for easy",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"--inputfile",
|
||||
"easy_positions.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "draw cable dxf from easy.json",
|
||||
"type": "debugpy",
|
||||
|
||||
Reference in New Issue
Block a user