Skip to content

Commit 8682b28

Browse files
committed
Fix redundancy
1 parent ea6fbc7 commit 8682b28

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/metpy/io/gempak.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,8 +1748,6 @@ def _merge_winds_height(self, merged, parts, nsgw, nasw, istart):
17481748
]:
17491749
merged['DRCT'][ilev - 1] = drct
17501750
merged['SPED'][ilev - 1] = sped
1751-
elif hght <= zold:
1752-
skip = True
17531751
elif hght >= znxt:
17541752
while more and hght > znxt:
17551753
zold = znxt

0 commit comments

Comments
 (0)