r3flow_test

./raster3d/r3.flow – r3flow_test

Test failed

Test filer3flow_test
Testsuite./raster3d/r3.flow
StatusFAILED
Return code1
Number of tests2
Successful tests1
Failed tests1
Percent successful50%
Test duration0:00:01.742570
Tested modulesr3.flow

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:803: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/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_flowlines (__main__.FlowlineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster3d/r3.flow/testsuite/r3flow_test.py", line 92, in test_flowlines
    self.assertRaster3dFitsUnivar('test_flowaccum', reference=flowaccum, precision=1e-6)
  File "etc/python/grass/gunittest/case.py", line 269, in assertRaster3dFitsUnivar
    precision=precision)
  File "etc/python/grass/gunittest/case.py", line 204, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r3.univar map=test_flowaccum percentile=90.0 separator== -g difference:
mismatch values(key, reference, actual): [('coeff_var', 178.097935490306, 177.119169754436), ('max', 91, 89), ('range', 91, 89), ('stddev', 11.3685848821312, 11.3061070026581), ('variance', 129.244722222222, 127.828055555556)]
command: r3.univar map=test_flowaccum percentile=90.0 separator== -g {'map': 'test_flowaccum', 'separator': '=', 'flags': 'g'}

----------------------------------------------------------------------
Ran 2 tests in 0.758s
FAILED (failures=1)