linter fixes
This commit is contained in:
parent
e2c91076f7
commit
1849075b11
26 changed files with 152 additions and 104 deletions
|
|
@ -37,7 +37,12 @@ def main() -> None:
|
|||
else:
|
||||
print("The route unexpectedly reached the target. Increase difficulty or reduce the node budget further.")
|
||||
|
||||
fig, _ax = plot_routing_results(run.results_by_net, list(obstacles), bounds, netlist={"budget_limited_net": (Port(10, 50, 0), Port(85, 60, 180))})
|
||||
fig, _ax = plot_routing_results(
|
||||
run.results_by_net,
|
||||
list(obstacles),
|
||||
bounds,
|
||||
netlist={"budget_limited_net": (Port(10, 50, 0), Port(85, 60, 180))},
|
||||
)
|
||||
fig.savefig("examples/09_unroutable_best_effort.png")
|
||||
print("Saved plot to examples/09_unroutable_best_effort.png")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue