test_profile_ncspm

./raster/r.profile – test_profile_ncspm

Test failed

Test filetest_profile_ncspm
Testsuite./raster/r.profile
StatusFAILED
Return code1
Number of tests5
Successful tests0
Failed tests5
Percent successful0%
Test duration0:00:01.261472

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/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
ERROR: Raster map <elevation> not found
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFFFF
======================================================================
FAIL: test_profile_default (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 90, in test_profile_default
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null='*')
See the folowing errors:
Using resolution: 250 [meters]
ERROR: Raster map <elevation> not found


======================================================================
FAIL: test_profile_m (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 98, in test_profile_m
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null='*', units='meters')
See the folowing errors:
Using resolution: 250 [meters]
ERROR: Raster map <elevation> not found


======================================================================
FAIL: test_profile_ne (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 113, in test_profile_ne
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null='*', flags=u'g')
See the folowing errors:
Using resolution: 250 [meters]
ERROR: Raster map <elevation> not found


======================================================================
FAIL: test_profile_region (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 120, in test_profile_region
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[644914, 224579, 644986, 224627, 645091, 224549], null='nodata')
See the folowing errors:
Using resolution: 250 [meters]
ERROR: Raster map <elevation> not found


======================================================================
FAIL: test_profile_resolution (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 105, in test_profile_resolution
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1019, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], resolution=25.0, null='*')
See the folowing errors:
Using resolution: 25 [meters]
ERROR: Raster map <elevation> not found


----------------------------------------------------------------------
Ran 5 tests in 0.169s
FAILED (failures=5)