basic_test

./vector/v.in.lidar – basic_test

Test failed

Testbasic_test
Testsuite./vector/v.in.lidar
Test file./vector/v.in.lidar/testsuite/basic_test.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.149009

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,
F
======================================================================
FAIL: test_output_identical (__main__.BasicTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/basic_test.py", line 59, in test_output_identical
    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_basic_points.las', output='vinlidar_basic_imported', 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 1 test in 0.392s
FAILED (failures=1)