test_r_horizon

./raster/r.horizon – test_r_horizon

Test failed

Testtest_r_horizon
Testsuite./raster/r.horizon
Test file./raster/r.horizon/testsuite/test_r_horizon.py
StatusFAILED
Return code1
Number of tests5
Successful tests3
Failed tests2
Percent successful60%
Test duration1:09:55.731842
Tested modulesr.horizon

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,
FF...
======================================================================
FAIL: test_point_mode_multiple_direction (__main__.TestHorizon)
Test mode with 1 point and multiple directions
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.horizon/testsuite/test_r_horizon.py", line 100, in test_point_mode_multiple_direction
    self.assertModule(module)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.horizon> module ended with non-zero return code (-11)
Called: r.horizon(elevation='elevation', direction=180.0, step=20.0, start=0.0, end=360.0, output='test_horizon_from_elevation', coordinates=[(634720, 216180)], distance=1.0, file='-')
See the following errors:


======================================================================
FAIL: test_point_mode_one_direction (__main__.TestHorizon)
Test mode with 1 point and 1 direction
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.horizon/testsuite/test_r_horizon.py", line 92, in test_point_mode_one_direction
    self.assertModule(module)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.horizon> module ended with non-zero return code (-11)
Called: r.horizon(elevation='elevation', direction=180.0, step=0.0, start=0.0, end=360.0, output='test_horizon_from_elevation', coordinates=[(634720, 216180)], distance=1.0, file='-')
See the following errors:


----------------------------------------------------------------------
Ran 5 tests in 4194.812s
FAILED (failures=2)