❌ Test failed
Test | test_assertions_vect |
Testsuite | ./lib/python/gunittest |
Test file | ./lib/python/gunittest/testsuite/test_assertions_vect.py |
Status | FAILED |
Return code | 1 |
Number of tests | 11 |
Successful tests | 10 |
Failed tests | 1 |
Percent successful | 91% |
Test duration | 0:00:04.739245 |
../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_assertVectorFitsUnivar (__main__.TestVectorInfoAssertions) ---------------------------------------------------------------------- Traceback (most recent call last): File "lib/python/gunittest/testsuite/test_assertions_vect.py", line 70, in test_assertVectorFitsUnivar precision=0.01) File "/usr/lib/python2.7/unittest/case.py", line 475, in assertRaises callableObj(*args, **kwargs) File "etc/python/grass/gunittest/case.py", line 445, in assertVectorFitsUnivar **parameters) File "etc/python/grass/gunittest/case.py", line 226, in assertModuleKeyValue self.runModule(module, expecting_stdout=True) File "etc/python/grass/gunittest/case.py", line 1095, in runModule errors=errors) CalledModuleError: Module run 1 v.univar ended with error Process ended with non-zero return code v.univar(map='schools', layer='1', type=['point', 'line', 'area'], column='GLEVEL', percentile=90, flags=u'g'). See the following errors: ERROR: Only numeric column type is supported ---------------------------------------------------------------------- Ran 11 tests in 3.282s FAILED (errors=1)