❌ Test failed
Test | test_v_out_lidar |
Testsuite | ./vector/v.out.lidar |
Test file | ./vector/v.out.lidar/testsuite/test_v_out_lidar.py |
Status | FAILED |
Return code | 1 |
Number of tests | 2 |
Successful tests | 1 |
Failed tests | 1 |
Percent successful | 50% |
Test duration | 0:00:02.080375 |
Tested modules | v.out.lidar |
/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.out.lidar/testsuite/test_v_out_lidar.py", line 67, 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='v_out_lidar_points.las', output='v_out_lidar_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 2 tests in 0.542s FAILED (failures=1)