Skip to content
Snippets Groups Projects
Commit ba25fce8 authored by Thomas Kramer's avatar Thomas Kramer
Browse files

routing inspection: rename file

parent d917e869
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ class InspectRouter(GraphRouter): ...@@ -51,7 +51,7 @@ class InspectRouter(GraphRouter):
self._plot_to_file(routes) self._plot_to_file(routes)
def _plot_to_file(self, routes: Dict[Any, nx.Graph]): def _plot_to_file(self, routes: Dict[Any, nx.Graph]):
path = os.path.join(self.output_dir, f"iter_{self.iteration_count:04}.png") path = os.path.join(self.output_dir, f"routing_iter_{self.iteration_count:04}.png")
pos = dict() pos = dict()
for n in self._graph.nodes(): for n in self._graph.nodes():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment