getpositions schreibt nur noch eine json Ergebnisdatei raus. Config launch.json und routing.py angepasst; in Requirements networkx aufgenommen.

This commit is contained in:
2025-05-09 20:49:47 +02:00
parent 9b1f3bef80
commit ae86dbcafa
6 changed files with 91 additions and 11 deletions
+15 -1
View File
@@ -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",