test_gapfill

./temporal/t.rast.gapfill – test_gapfill

Test failed

Testtest_gapfill
Testsuite./temporal/t.rast.gapfill
Test file./temporal/t.rast.gapfill/testsuite/test_gapfill.py
StatusFAILED
Return code1
Number of tests5
Successful tests1
Failed tests4
Percent successful20%
Test duration0:00:23.050574
Tested modulest.rast.gapfill, t.rast.list

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
F.FFF
======================================================================
FAIL: test_simple_2procs (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 55, in test_simple_2procs
    basename="test", nprocs=2, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', basename='test', suffix='num%01', nprocs=2, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 244, in <module>
    main()
  File "scripts/t.rast.gapfill", line 202, in main
    datapos=(0, 1), output=map_names,  samplingpos=map_positions)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 564, in __call__
    self.inputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 64, in _check_value
    raiseexcpet(exc, param, param.type, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 31, in raiseexcpet
    raise ValueError(msg)
ValueError: The Parameter <input>, require: raster, get: <type 'str'> instead: (u'a_1@__temporal_t_rast_gapfill_test_gapfill', u'a_2@__temporal_t_rast_gapfill_test_gapfill')
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_gapfill_test_gapfill'


======================================================================
FAIL: test_simple_gran (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 224, in test_simple_gran
    basename="test", nprocs=2, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', basename='test', suffix='time', nprocs=2, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 244, in <module>
    main()
  File "scripts/t.rast.gapfill", line 202, in main
    datapos=(0, 1), output=map_names,  samplingpos=map_positions)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 564, in __call__
    self.inputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 64, in _check_value
    raiseexcpet(exc, param, param.type, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 31, in raiseexcpet
    raise ValueError(msg)
ValueError: The Parameter <input>, require: raster, get: <type 'str'> instead: (u'a_1@__temporal_t_rast_gapfill_test_gapfill', u'a_2@__temporal_t_rast_gapfill_test_gapfill')
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_gapfill_test_gapfill'


======================================================================
FAIL: test_simple_where (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 93, in test_simple_where
    basename="test", nprocs=1, verbose=True, suffix="num%01")
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', where="start_time >= '2001-03-01'", basename='test', suffix='num%01', nprocs=1, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 244, in <module>
    main()
  File "scripts/t.rast.gapfill", line 202, in main
    datapos=(0, 1), output=map_names,  samplingpos=map_positions)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 564, in __call__
    self.inputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 64, in _check_value
    raiseexcpet(exc, param, param.type, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 31, in raiseexcpet
    raise ValueError(msg)
ValueError: The Parameter <input>, require: raster, get: <type 'str'> instead: (u'a_2@__temporal_t_rast_gapfill_test_gapfill', u'a_3@__temporal_t_rast_gapfill_test_gapfill')
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_2@__temporal_t_rast_gapfill_test_gapfill'


======================================================================
FAIL: test_simple_where_2 (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 128, in test_simple_where_2
    basename="test", nprocs=1, verbose=True, suffix="num%01")
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', where="start_time <= '2001-05-01'", basename='test', suffix='num%01', nprocs=1, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 244, in <module>
    main()
  File "scripts/t.rast.gapfill", line 202, in main
    datapos=(0, 1), output=map_names,  samplingpos=map_positions)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 564, in __call__
    self.inputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 64, in _check_value
    raiseexcpet(exc, param, param.type, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 31, in raiseexcpet
    raise ValueError(msg)
ValueError: The Parameter <input>, require: raster, get: <type 'str'> instead: (u'a_1@__temporal_t_rast_gapfill_test_gapfill', u'a_2@__temporal_t_rast_gapfill_test_gapfill')
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_gapfill_test_gapfill'


----------------------------------------------------------------------
Ran 5 tests in 22.164s
FAILED (failures=4)