test_rrecode_ncspm

./raster/r.recode – test_rrecode_ncspm

Test failed

Testtest_rrecode_ncspm
Testsuite./raster/r.recode
Test file./raster/r.recode/testsuite/test_rrecode_ncspm.py
StatusFAILED
Return code1
Number of tests3
Successful tests2
Failed tests1
Percent successful67%
Test duration0:01:41.921712
Tested modulesr.recode

Supplementary files

Standard error output (stderr)

/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_elevation (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.recode/testsuite/test_rrecode_ncspm.py", line 68, in test_formats_elevation
    self.assertRasterFitsInfo(raster='recoded', reference=info, precision=1e-3)
  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): [('min', -0.5, -0.4410962)]
command: r.info map=recoded -g -r -e {'map': 'recoded', 'flags': 'gre'}

----------------------------------------------------------------------
Ran 3 tests in 101.086s
FAILED (failures=1)