❌ Test failed
Test | test_gapfill |
Testsuite | ./temporal/t.rast.gapfill |
Test file | ./temporal/t.rast.gapfill/testsuite/test_gapfill.py |
Status | FAILED |
Return code | 1 |
Number of tests | 5 |
Successful tests | 2 |
Failed tests | 3 |
Percent successful | 40% |
Test duration | 0:00:18.829670 |
Tested modules | t.rast.gapfill, t.rast.list |
/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated. Define doctype() method on the TreeBuilder target. DeprecationWarning, F..FF ====================================================================== 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 250, in <module> main() File "scripts/t.rast.gapfill", line 124, in main map_name = tgis.create_numeric_suffic(base, num + count, tsuffix) AttributeError: 'module' object has no attribute 'create_numeric_suffic' ====================================================================== 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 250, in <module> main() File "scripts/t.rast.gapfill", line 124, in main map_name = tgis.create_numeric_suffic(base, num + count, tsuffix) AttributeError: 'module' object has no attribute 'create_numeric_suffic' ====================================================================== 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 250, in <module> main() File "scripts/t.rast.gapfill", line 124, in main map_name = tgis.create_numeric_suffic(base, num + count, tsuffix) AttributeError: 'module' object has no attribute 'create_numeric_suffic' ---------------------------------------------------------------------- Ran 5 tests in 18.215s FAILED (failures=3)