Skip to content

Commit 6b94db6

Browse files
committed
reformat
1 parent f1177a2 commit 6b94db6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: pyomo/contrib/incidence_analysis/visualize.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,7 @@ def spy_dulmage_mendelsohn(
186186
nv = sum(len(vb) for vb in vblocks)
187187
nc = sum(len(cb) for cb in cblocks)
188188
stop = (start[0] + nv - 1, start[1] + nc - 1)
189-
if (
190-
not (i == 1 and skip_wellconstrained)
191-
and nv > 0 and nc > 0
192-
):
189+
if not (i == 1 and skip_wellconstrained) and nv > 0 and nc > 0:
193190
# Regardless of whether we are plotting in upper or lower
194191
# triangular order, the well-constrained subsystem is at
195192
# position 1

0 commit comments

Comments
 (0)