test_rsun

./raster/r.sun – test_rsun

Test failed

Testtest_rsun
Testsuite./raster/r.sun
Test file./raster/r.sun/testsuite/test_rsun.py
StatusFAILED
Return code1
Number of tests4
Successful tests0
Failed tests4
Percent successful0%
Test duration0:00:02.388822
Tested modulesr.sun

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,
FEFE
======================================================================
ERROR: test_run_outputs (__main__.TestRSunMode1)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.sun/testsuite/test_rsun.py", line 108, in test_run_outputs
    self.assertRasterFitsUnivar(raster=self.beam_rad, reference=values, precision=1e-8)
  File "etc/python/grass/gunittest/case.py", line 277, in assertRasterFitsUnivar
    precision=precision)
  File "etc/python/grass/gunittest/case.py", line 226, in assertModuleKeyValue
    self.runModule(module, expecting_stdout=True)
  File "etc/python/grass/gunittest/case.py", line 1111, in runModule
    " output and got " + got + errors)
RuntimeError: Module call r.univar(map=['beam_rad'], percentile=[90.0], separator='=', flags=u'g') ended successfully but we were expecting output and got nothing. There were no error messages.

======================================================================
ERROR: test_run_outputs (__main__.TestRSunMode2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.sun/testsuite/test_rsun.py", line 53, in test_run_outputs
    self.assertRasterFitsUnivar(raster=self.beam_rad, reference=values, precision=1e-8)
  File "etc/python/grass/gunittest/case.py", line 277, in assertRasterFitsUnivar
    precision=precision)
  File "etc/python/grass/gunittest/case.py", line 226, in assertModuleKeyValue
    self.runModule(module, expecting_stdout=True)
  File "etc/python/grass/gunittest/case.py", line 1111, in runModule
    " output and got " + got + errors)
RuntimeError: Module call r.univar(map=['beam_rad'], percentile=[90.0], separator='=', flags=u'g') ended successfully but we were expecting output and got nothing. There were no error messages.

======================================================================
FAIL: test_more_threads (__main__.TestRSunMode1)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.sun/testsuite/test_rsun.py", line 96, in test_more_threads
    self.assertRastersNoDifference(self.glob_rad, self.glob_rad_threads, precision=1e-8)
  File "etc/python/grass/gunittest/case.py", line 768, in assertRastersNoDifference
    reference=statistics, msg=msg)
  File "etc/python/grass/gunittest/case.py", line 253, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r.info map=tmp_0a9c0fcc2e53474cbb9b3022c1713bd9 -r difference:
mismatch values (key, reference, actual): [('max', 1e-08, 'NULL'), ('min', -1e-08, 'NULL')]
command: r.info map=tmp_0a9c0fcc2e53474cbb9b3022c1713bd9 -r {'map': 'tmp_0a9c0fcc2e53474cbb9b3022c1713bd9', 'flags': 'r'}

======================================================================
FAIL: test_more_threads (__main__.TestRSunMode2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.sun/testsuite/test_rsun.py", line 41, in test_more_threads
    self.assertRastersNoDifference(self.glob_rad, self.glob_rad_threads, precision=1e-8)
  File "etc/python/grass/gunittest/case.py", line 768, in assertRastersNoDifference
    reference=statistics, msg=msg)
  File "etc/python/grass/gunittest/case.py", line 253, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: r.info map=tmp_6263d4b5177a4438a5c94cc6ad4a4015 -r difference:
mismatch values (key, reference, actual): [('max', 1e-08, 'NULL'), ('min', -1e-08, 'NULL')]
command: r.info map=tmp_6263d4b5177a4438a5c94cc6ad4a4015 -r {'map': 'tmp_6263d4b5177a4438a5c94cc6ad4a4015', 'flags': 'r'}

----------------------------------------------------------------------
Ran 4 tests in 1.574s
FAILED (failures=2, errors=2)