explicit non-strict zip

This commit is contained in:
Jan Petykiewicz 2024-08-01 00:35:03 -07:00
parent 7c718401d4
commit 22f8015b82

View File

@ -248,7 +248,7 @@ def trace_layout(
# #
# Return merged nets # 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 with more than one label get their labels joined with a comma
nets = [ nets = [