decimation_test 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,
FFvector/v.in.lidar/testsuite/decimation_test.py:119: DeprecationWarning: classic int division
  self.preserve_number(number=10, expect=self.npoints / 10)
Fvector/v.in.lidar/testsuite/decimation_test.py:115: DeprecationWarning: classic int division
  self.preserve_number(number=2, expect=self.npoints / 2)
FFvector/v.in.lidar/testsuite/decimation_test.py:103: DeprecationWarning: classic int division
  self.skip_number(number=2, expect=self.npoints / 2)
FFFFFF
======================================================================
FAIL: test_decimated_limit_105 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 127, in test_decimated_limit_105
    self.limit_number(number=105, expect=105)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 95, in limit_number
    output=self.imported_points, flags='bt', limit=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', limit=105, 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_decimated_offset_105 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 123, in test_decimated_offset_105
    self.offset_number(number=105, expect=self.npoints - 105)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 86, in offset_number
    output=self.imported_points, flags='bt', offset=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', offset=105, 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_decimated_preserve_10 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 119, in test_decimated_preserve_10
    self.preserve_number(number=10, expect=self.npoints / 10)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 77, in preserve_number
    output=self.imported_points, flags='bt', preserve=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', preserve=10, 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_decimated_preserve_2 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 115, in test_decimated_preserve_2
    self.preserve_number(number=2, expect=self.npoints / 2)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 77, in preserve_number
    output=self.imported_points, flags='bt', preserve=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', preserve=2, 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_decimated_skip_10 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 111, in test_decimated_skip_10
    self.skip_number(number=10, expect=0.9 * self.npoints)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 68, in skip_number
    output=self.imported_points, flags='bt', skip=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', skip=10, 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_decimated_skip_2 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 103, in test_decimated_skip_2
    self.skip_number(number=2, expect=self.npoints / 2)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 68, in skip_number
    output=self.imported_points, flags='bt', skip=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', skip=2, 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_decimated_skip_4 (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 107, in test_decimated_skip_4
    self.skip_number(number=4, expect=0.75 * self.npoints)
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 68, in skip_number
    output=self.imported_points, flags='bt', skip=number)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', skip=4, 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_identical (__main__.TestCountBasedDecimation)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 59, in test_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_decimation_points.las', output='vinlidar_decimation_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.



======================================================================
FAIL: test_limit_skip (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 143, in test_limit_skip
    limit=105, skip=10)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', skip=10, limit=105, 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_offset_limit_skip (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 153, in test_offset_limit_skip
    offset=50, skip=5, limit=self.npoints - 1)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', skip=5, offset=50, limit=299, 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_offset_preserve (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 133, in test_offset_preserve
    offset=105, preserve=10)
  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_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', preserve=10, offset=105, 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 11 tests in 1.542s
FAILED (failures=11)