test_r_mapcalc

.\raster\r.mapcalc – test_r_mapcalc

Test failed

Testtest_r_mapcalc
Testsuite.\raster\r.mapcalc
Test file.\raster\r.mapcalc\testsuite\test_r_mapcalc.py
StatusFAILED
Return code1
Number of tests10
Successful tests9
Failed tests1
Percent successful90%
Test duration0:00:05.126000
Tested modulesr.mapcalc

Supplementary files

Standard error output (stderr)

C:\Program Files (x86)\GRASS GIS 7.1.svn\Python27\lib\xml\etree\ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
.....F....
======================================================================
FAIL: test_seed_cell (__main__.TestRandFunction)
Test given seed with CELL against reference map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\vpetras\Documents\grass_trunk_r64677\raster\r.mapcalc\testsuite\test_r_mapcalc.py", line 115, in test_seed_cell
    precision=0)
  File "C:\Program Files (x86)\GRASS GIS 7.1.svn\etc\python\grass\gunittest\case.py", line 706, in assertRastersNoDifference
    reference=statistics, msg=msg)
  File "C:\Program Files (x86)\GRASS GIS 7.1.svn\etc\python\grass\gunittest\case.py", line 230, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r.info map=tmp_afc8b7721cd94efb95c81715fd1b5b4f -r difference:
mismatch values (key, reference, actual): [('max', 0, 80), ('min', 0, -119)]
command: r.info map=tmp_afc8b7721cd94efb95c81715fd1b5b4f -r {'map': 'tmp_afc8b7721cd94efb95c81715fd1b5b4f', 'flags': 'r'}

----------------------------------------------------------------------
Ran 10 tests in 4.637s
FAILED (failures=1)