We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e34b commit 4c4e36eCopy full SHA for 4c4e36e
python/test/test_cdo.py
@@ -813,6 +813,8 @@ def testVerifyGrid(self):
813
'cdo verifygrid: lat : -85 to 85 degrees',
814
'cdo(1) topo:',
815
'cdo verifygrid: Processed 1 variable [0.00s 94MB].']
816
+ expectedOutput = expectedOutput[0:-2]
817
+ output = output[0:-2]
818
elif parse_version('2.0.0') > parse_version(cdo.version()):
819
# versions 1.9.x and earlier write to stderr and will not be tested
820
expectedOutput = []
0 commit comments