test_to_vect

./temporal/t.rast.to.vect – test_to_vect

Test failed

Testtest_to_vect
Testsuite./temporal/t.rast.to.vect
Test file./temporal/t.rast.to.vect/testsuite/test_to_vect.py
StatusFAILED
Return code1
Number of tests8
Successful tests7
Failed tests2
Percent successful88%
Test duration0:00:14.218964
Tested modulest.rast.to.vect

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,
FE.......
======================================================================
ERROR: test_num_suffix (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.vect/testsuite/test_to_vect.py", line 48, in tearDown
    inputs="result")
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.remove ended with error
Process ended with non-zero return code t.remove(inputs=['result'], type='stvds', flags=u'rf'). See the following errors:
ERROR: Space time vector dataset <result> not found


======================================================================
FAIL: test_num_suffix (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.vect/testsuite/test_to_vect.py", line 138, in test_num_suffix
    nprocs=4, overwrite=True, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.vect> module ended with non-zero return code (1)
Called: t.rast_to_vect(input='A', output='result', type='point', basename='test', suffix='num%03', column='values', nprocs=4, flags=u't', overwrite=True, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.vect", line 281, in <module>
    main(options, flags)
  File "scripts/t.rast.to.vect", line 213, in main
    map_name = tgis.create_numeric_suffic(base, count, time_suffix)
AttributeError: 'module' object has no attribute 'create_numeric_suffic'


----------------------------------------------------------------------
Ran 8 tests in 13.574s
FAILED (failures=1, errors=1)