mask_test

./vector/v.in.lidar – mask_test

Test failed

Testmask_test
Testsuite./vector/v.in.lidar
Test file./vector/v.in.lidar/testsuite/mask_test.py
StatusFAILED
Return code1
Number of tests3
Successful tests0
Failed tests3
Percent successful0%
Test duration0:00:01.456726

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFF
======================================================================
FAIL: test_inverted_mask (__main__.VectorMaskTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/mask_test.py", line 149, in test_inverted_mask
    mask=self.areas)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.in.lidar> module ended with non-zero return code (1)
Called: v.in_lidar(input='vinlidar_mask_points.las', output='vinlidar_imported_points', mask='vinlidar_areas', mask_layer='1', flags=u'tbi')
See the following errors:
ERROR: Projection of dataset does not appear to match current location.

GRASS LOCATION PROJ_UNITS is:
unit: metre
units: metres
meters: 1

Import dataset PROJ_UNITS is:
unit: meter
units: meters
meters: 1

In case of no significant differences in the projection definitions, use the -o flag to ignore them and use current location definition.
Consider generating a new location with 'location' parameter from input data set.



======================================================================
FAIL: test_mask (__main__.VectorMaskTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/mask_test.py", line 139, in test_mask
    mask=self.areas)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.in.lidar> module ended with non-zero return code (1)
Called: v.in_lidar(input='vinlidar_mask_points.las', output='vinlidar_imported_points', mask='vinlidar_areas', mask_layer='1', flags=u'tb')
See the following errors:
ERROR: Projection of dataset does not appear to match current location.

GRASS LOCATION PROJ_UNITS is:
unit: metre
units: metres
meters: 1

Import dataset PROJ_UNITS is:
unit: meter
units: meters
meters: 1

In case of no significant differences in the projection definitions, use the -o flag to ignore them and use current location definition.
Consider generating a new location with 'location' parameter from input data set.



======================================================================
FAIL: test_no_mask (__main__.VectorMaskTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/mask_test.py", line 129, in test_no_mask
    output=self.imported_points, flags='bt')
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.in.lidar> module ended with non-zero return code (1)
Called: v.in_lidar(input='vinlidar_mask_points.las', output='vinlidar_imported_points', mask_layer='1', flags=u'tb')
See the following errors:
ERROR: Projection of dataset does not appear to match current location.

GRASS LOCATION PROJ_UNITS is:
unit: metre
units: metres
meters: 1

Import dataset PROJ_UNITS is:
unit: meter
units: meters
meters: 1

In case of no significant differences in the projection definitions, use the -o flag to ignore them and use current location definition.
Consider generating a new location with 'location' parameter from input data set.



----------------------------------------------------------------------
Ran 3 tests in 0.701s
FAILED (failures=3)