test_r_mask

./scripts/r.mask – test_r_mask

Test failed

Testtest_r_mask
Testsuite./scripts/r.mask
Test file./scripts/r.mask/testsuite/test_r_mask.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:09.026671
Tested modulesr.mask

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F
======================================================================
FAIL: test_mask (__main__.TestRMask)
Mask test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "scripts/r.mask/testsuite/test_r_mask.py", line 39, in test_mask
    precision=5)
  File "etc/python/grass/gunittest/case.py", line 278, in assertRasterFitsUnivar
    precision=precision)
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r.univar map=elevation percentile=90.0 separator== -g difference:
mismatch values (key, reference, actual): [('max', 134.87, 3116.93530273438), ('min', 56.8785, 68.2799987792969)]
command: r.univar map=elevation percentile=90.0 separator== -g {'map': 'elevation', 'separator': '=', 'flags': 'g'}

----------------------------------------------------------------------
Ran 1 test in 8.410s
FAILED (failures=1)