From 8389164e5dcb35e1cc4bd1272eb826f4832db307 Mon Sep 17 00:00:00 2001 From: lertlmaier Date: Tue, 1 Jul 2025 11:18:33 +0200 Subject: [PATCH] =?UTF-8?q?nur=20Abs=C3=A4tze=20rein?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routing.py | 2 +- work/{easy_hoehendifferent.dxf => easyhoehe.dxf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename work/{easy_hoehendifferent.dxf => easyhoehe.dxf} (100%) diff --git a/lib/routing.py b/lib/routing.py index 0316bb1..da45ada 100644 --- a/lib/routing.py +++ b/lib/routing.py @@ -29,7 +29,6 @@ def write_results(jsnResults, outdir, filename): def to_json(d, pretty: bool = True) -> str: return json.dumps(d, indent=2 if pretty else None, ensure_ascii=False, default=str) #ensure_ascii false für darstellung von "ue" - def create_plant(racks:dict, sensors:dict, distributors:dict, mapping:dict, tunnels: dict, tunlength:dict ) -> dict: # racks = {'Rack_1-0': [Point(0, 0), Point(0, 10)], @@ -90,6 +89,7 @@ def create_plant(racks:dict, sensors:dict, distributors:dict, mapping:dict, tunn # Ermittle kürzeste Wege von Unterverteilern zu zugehörigen Sensoren paths = an.create_cable_paths(G) + if args.graph: print("Displaying Graph in seperate window. To continue please close that window.") draw_graph(G,an) diff --git a/work/easy_hoehendifferent.dxf b/work/easyhoehe.dxf similarity index 100% rename from work/easy_hoehendifferent.dxf rename to work/easyhoehe.dxf