filter_test

./vector/v.in.pdal – filter_test

Test failed

Testfilter_test
Testsuite./vector/v.in.pdal
Test file./vector/v.in.pdal/testsuite/filter_test.py
StatusFAILED
Return code1
Number of tests14
Successful tests0
Failed tests14
Percent successful0%
Test duration0:00:01.672147

Supplementary files

Standard error output (stderr)

... (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 530, 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 530, 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 530, in __init__
    raise GrassError(str_err % self.name)
GrassError: Error running: `v.in.pdal --interface-description`.

----------------------------------------------------------------------
Ran 14 tests in 1.063s
FAILED (errors=14)