Skip to content

Commit 4c4e36e

Browse files
committed
fix verifygrid test for cdo 2.0.0 - 2.0.5
1 parent 593e34b commit 4c4e36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/test/test_cdo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,8 @@ def testVerifyGrid(self):
813813
'cdo verifygrid: lat : -85 to 85 degrees',
814814
'cdo(1) topo:',
815815
'cdo verifygrid: Processed 1 variable [0.00s 94MB].']
816+
expectedOutput = expectedOutput[0:-2]
817+
output = output[0:-2]
816818
elif parse_version('2.0.0') > parse_version(cdo.version()):
817819
# versions 1.9.x and earlier write to stderr and will not be tested
818820
expectedOutput = []

0 commit comments

Comments
 (0)