test_accumulation stderr

/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
etc/python/grass/pygrass/raster/history.py:12: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class History(object):
/usr/lib/python2.7/dist-packages/mx/DateTime/mxDateTime/__init__.py:9: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from mxDateTime import *
/usr/lib/python2.7/dist-packages/mx/DateTime/DateTime.py:563: DeprecationWarning: classic int division
  MaxDateTime = DateTime(_sys.maxint / 366 - 1, 12, 31)
/usr/lib/python2.7/dist-packages/mx/DateTime/DateTime.py:564: DeprecationWarning: classic int division
  MinDateTime = DateTime(-_sys.maxint / 366 + 2, 1, 1)
/usr/lib/python2.7/dist-packages/psycopg2/__init__.py:67: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID
etc/python/grass/temporal/abstract_dataset.py:571: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class AbstractDatasetComparisonKeyStartTime(object):
etc/python/grass/temporal/abstract_dataset.py:621: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class AbstractDatasetComparisonKeyEndTime(object):
/usr/lib/python2.7/dist-packages/dateutil/relativedelta.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class weekday(object):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:31: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzutc(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:54: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzoffset(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:83: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzlocal(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:152: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class _ttinfo(object):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:191: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzfile(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:475: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzrange(datetime.tzinfo):
Default TGIS driver / database set to:
driver: sqlite
database: $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
WARNING: Temporal database connection defined as:
/grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_accumulate_test_accumulation/tgis/sqlite.db
But database file does not exist.
Creating temporal database: /grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_accumulate_test_accumulation/tgis/sqlite.db
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FEFEFEFEFEFEFEFEFEFE
======================================================================
ERROR: test_1 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_2 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_3 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_3_a (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_4 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_4_a (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_5 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_count3_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_count_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_time_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 78, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  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=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
FAIL: test_1 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 85, in test_1
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', cycle='7 days', granularity='1 day', basename='b', suffix='gran', limits=[0, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_2 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 103, in test_2
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', cycle='7 days', granularity='1 day', basename='b', suffix='gran', limits=[10, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_3 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 121, in test_3
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', cycle='7 days', granularity='1 day', basename='b', suffix='gran', limits=[10, 30], method='bedd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_3_a (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 142, in test_3_a
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', lower='Lower', upper='Upper', start='2001-01-01', cycle='7 days', granularity='1 day', basename='b', suffix='gran', limits=[0, 40], method='bedd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_4 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 160, in test_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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', cycle='7 days', granularity='2 days', basename='b', suffix='gran', limits=[10, 30], method='bedd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation', u'a_2@__temporal_t_rast_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_4_a (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 181, in test_4_a
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', lower='Lower', upper='Upper', start='2001-01-01', cycle='7 days', granularity='2 days', basename='b', suffix='gran', limits=[0, 40], method='bedd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-08 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation', u'a_2@__temporal_t_rast_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_5 (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 199, in test_5
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', stop='2001-01-05', cycle='7 days', granularity='1 day', basename='b', suffix='gran', limits=[0, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-05 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_count3_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 226, in test_count3_suffix
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', stop='2001-01-05', cycle='7 days', granularity='1 day', basename='b', suffix='num%03', limits=[0, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-05 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_count_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 217, in test_count_suffix
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', stop='2001-01-05', cycle='7 days', granularity='1 day', basename='b', suffix='num', limits=[0, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-05 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


======================================================================
FAIL: test_time_suffix (__main__.TestAccumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.accumulate/testsuite/test_accumulation.py", line 235, in test_time_suffix
    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.accumulate> module ended with non-zero return code (1)
Called: t.rast_accumulate(input='A', output='B', start='2001-01-01', stop='2001-01-05', cycle='7 days', granularity='1 day', basename='b', suffix='time', limits=[0, 40], method='gdd', overwrite=True, verbose=True)
See the following errors:
Processing cycle 2001-01-01 00:00:00 - 2001-01-05 00:00:00
Traceback (most recent call last):
  File "scripts/t.rast.accumulate", line 530, in <module>
    main()
  File "scripts/t.rast.accumulate", line 441, in main
    output=output_map_name, run_=False)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 526, in __init__
    self.__call__(*args, **kargs)
  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_accumulate_test_accumulation']
The Parameter <input> require a string, <type 'unicode'> instead is provided: u'a_1@__temporal_t_rast_accumulate_test_accumulation'


----------------------------------------------------------------------
Ran 10 tests in 20.426s
FAILED (failures=10, errors=10)