❌ Test failed
Test | test_rrecode_ncspm |
Testsuite | ./raster/r.recode |
Test file | ./raster/r.recode/testsuite/test_rrecode_ncspm.py |
Status | FAILED |
Return code | 1 |
Number of tests | 3 |
Successful tests | 2 |
Failed tests | 1 |
Percent successful | 67% |
Test duration | 0:00:03.252125 |
Tested modules | r.recode |
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated. Define doctype() method on the TreeBuilder target.
DeprecationWarning,
.F.
======================================================================
FAIL: test_formats_landcover (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
File "raster/r.recode/testsuite/test_rrecode_ncspm.py", line 93, in test_formats_landcover
self.assertRasterFitsInfo(raster='recoded', reference=info)
File "etc/python/grass/gunittest/case.py", line 298, in assertRasterFitsInfo
precision=precision)
File "etc/python/grass/gunittest/case.py", line 253, in assertModuleKeyValue
self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r.info map=recoded -g -r -e difference:
mismatch values (key, reference, actual): [('max', 3, 2)]
command: r.info map=recoded -g -r -e {'map': 'recoded', 'flags': 'gre'}
----------------------------------------------------------------------
Ran 3 tests in 2.355s
FAILED (failures=1)