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/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated. Define doctype() method on the TreeBuilder target.
DeprecationWarning,
....E.
======================================================================
ERROR: test_profile_region (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
File "raster/r.profile/testsuite/test_profile_ncspm.py", line 175, in test_profile_region
224627, 645091, 224549])
File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__
Module.__init__(self, cmd, *args, **kargs)
File "etc/python/grass/pygrass/modules/interface/module.py", line 556, in __init__
self.__call__(*args, **kargs)
File "etc/python/grass/pygrass/modules/interface/module.py", line 602, in __call__
raise ParameterError('%s is not a valid parameter.' % key)
ParameterError: null is not a valid parameter.
----------------------------------------------------------------------
Ran 6 tests in 0.178s
FAILED (errors=1)