❌ Test failed
Test | filter_test |
Testsuite | ./vector/v.in.pdal |
Test file | ./vector/v.in.pdal/testsuite/filter_test.py |
Status | FAILED |
Return code | 1 |
Number of tests | 14 |
Successful tests | 0 |
Failed tests | 14 |
Percent successful | 0% |
Test duration | 0:00:02.045372 |
... (lines omitted) zrange=(141, 900), class_filter=5) File "etc/python/grass/gunittest/case.py", line 1140, in assertModule module = _module_from_parameters(module, **kwargs) File "etc/python/grass/gunittest/case.py", line 1205, in _module_from_parameters module = SimpleModule(module, **kwargs) File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__ Module.__init__(self, cmd, *args, **kargs) File "etc/python/grass/pygrass/modules/interface/module.py", line 467, in __init__ raise GrassError(str_err % self.name) GrassError: Error running: `v.in.pdal --interface-description`. ====================================================================== ERROR: test_zrange_and_return_filter (__main__.FilterTest) zrange and class_filter option combined test ---------------------------------------------------------------------- Traceback (most recent call last): File "vector/v.in.pdal/testsuite/filter_test.py", line 200, in test_zrange_and_return_filter zrange=(141, 900), return_filter='last') File "etc/python/grass/gunittest/case.py", line 1140, in assertModule module = _module_from_parameters(module, **kwargs) File "etc/python/grass/gunittest/case.py", line 1205, in _module_from_parameters module = SimpleModule(module, **kwargs) File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__ Module.__init__(self, cmd, *args, **kargs) File "etc/python/grass/pygrass/modules/interface/module.py", line 467, in __init__ raise GrassError(str_err % self.name) GrassError: Error running: `v.in.pdal --interface-description`. ====================================================================== ERROR: test_zrange_filter (__main__.FilterTest) Test zrange option ---------------------------------------------------------------------- Traceback (most recent call last): File "vector/v.in.pdal/testsuite/filter_test.py", line 177, in test_zrange_filter self.zrange_filter((130.1, 139.9), 3) File "vector/v.in.pdal/testsuite/filter_test.py", line 169, in zrange_filter zrange=zrange) File "etc/python/grass/gunittest/case.py", line 1140, in assertModule module = _module_from_parameters(module, **kwargs) File "etc/python/grass/gunittest/case.py", line 1205, in _module_from_parameters module = SimpleModule(module, **kwargs) File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__ Module.__init__(self, cmd, *args, **kargs) File "etc/python/grass/pygrass/modules/interface/module.py", line 467, in __init__ raise GrassError(str_err % self.name) GrassError: Error running: `v.in.pdal --interface-description`. ---------------------------------------------------------------------- Ran 14 tests in 1.200s FAILED (errors=14)