test_raster

./lib/python/pygrass/raster – test_raster

Test failed

Test filetest_raster
Testsuite./lib/python/pygrass/raster
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.016171

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:807: 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
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
E
======================================================================
ERROR: setUpClass (__main__.RasterRowTestCate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/pygrass/raster/testsuite/test_raster.py", line 18, in setUpClass
    g.copy(rast=[cls.name, cls.tmp], overwrite=True)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 602, in __call__
    raise ParameterError('%s is not a valid parameter.' % key)
ParameterError: rast is not a valid parameter.

----------------------------------------------------------------------
Ran 0 tests in 0.036s
FAILED (errors=1)