Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Feb 16, 2024
1 parent 968f457 commit 39d14b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_vlen.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def runTest(self):
data2 = v[:]
data2s = vs[:]
# issue #1306
print(repr(vs[[0,2,3],0]))
assert repr(vs[[0,2,3],0]) == "array(['ab', 'abcdefghijkl', 'abcdefghijklmnopq'], dtype=object)"
for i in range(nlons):
for j in range(nlats):
Expand Down

0 comments on commit 39d14b5

Please sign in to comment.