From 22f8015b828224e7b6cd864cb8017e271656cb57 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 1 Aug 2024 00:35:03 -0700 Subject: [PATCH] explicit non-strict zip --- snarled/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snarled/trace.py b/snarled/trace.py index 8876623..43da7c0 100644 --- a/snarled/trace.py +++ b/snarled/trace.py @@ -248,7 +248,7 @@ def trace_layout( # # Return merged nets # - top_circuits = [cc for cc, _ in zip(nl.each_circuit_top_down(), range(nl.top_circuit_count()))] + top_circuits = [cc for cc, _ in zip(nl.each_circuit_top_down(), range(nl.top_circuit_count()), strict=False)] # Nets with more than one label get their labels joined with a comma nets = [