Skip to content

Commit ab57950

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
update
1 parent 7b2adc6 commit ab57950

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_vlen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,12 @@ def runTest(self):
7979
# issue #1408
8080
data2a = data2[::2,::2]
8181
data2b = v[::2,::2]
82+
data2sa = data2s[::2,::2]
83+
data2sb = vs[::2,::2]
8284
for i in range(nlons//2):
8385
for j in range(nlats//2):
8486
assert_array_equal(data2a[j,i], data2b[j,i])
87+
assert_array_equal(data2sa[j,i], data2sb[j,i])
8588
f.close()
8689

8790

0 commit comments

Comments
 (0)