filter_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,
FFFFFFFFFFFFFF
======================================================================
FAIL: test_class_2_filter (__main__.FilterTest)
Test to filter classes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 133, in test_class_2_filter
    self.class_filter(2, 2)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 125, in class_filter
    class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', class_filter=[2], 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_class_3_filter (__main__.FilterTest)
Test to filter classes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 137, in test_class_3_filter
    self.class_filter(3, 5)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 125, in class_filter
    class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', class_filter=[3], 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_class_4_filter (__main__.FilterTest)
Test to filter classes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 141, in test_class_4_filter
    self.class_filter(4, 4)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 125, in class_filter
    class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', class_filter=[4], 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_class_5_filter (__main__.FilterTest)
Test to filter classes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 145, in test_class_5_filter
    self.class_filter(5, 8)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 125, in class_filter
    class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', class_filter=[5], 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_first_return_and_class_filter (__main__.FilterTest)
Combined test for return and class
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 159, in test_first_return_and_class_filter
    self.return_and_class_filter('first', 2, 2)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 151, in return_and_class_filter
    return_filter=return_name, class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', return_filter='first', class_filter=[2], 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_first_return_filter (__main__.FilterTest)
First return filter test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 111, in test_first_return_filter
    self.return_filter('first', 9)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 103, in return_filter
    return_filter=name)
  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_filters_points.las', output='vinlidar_filters_imported', return_filter='first', 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_last_return_and_class_filter (__main__.FilterTest)
Combined test for return and class
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 163, in test_last_return_and_class_filter
    self.return_and_class_filter('last', 5, 3)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 151, in return_and_class_filter
    return_filter=return_name, class_filter=class_n)
  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_filters_points.las', output='vinlidar_filters_imported', return_filter='last', class_filter=[5], 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_last_return_filter (__main__.FilterTest)
Last return filter test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 119, in test_last_return_filter
    self.return_filter('last', 5)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 103, in return_filter
    return_filter=name)
  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_filters_points.las', output='vinlidar_filters_imported', return_filter='last', 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_mid_return_filter (__main__.FilterTest)
Mid return filter test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 115, in test_mid_return_filter
    self.return_filter('mid', 5)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 103, in return_filter
    return_filter=name)
  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_filters_points.las', output='vinlidar_filters_imported', return_filter='mid', 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_filter (__main__.FilterTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 93, in test_no_filter
    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_filters_points.las', output='vinlidar_filters_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_non_int_zrange_filter (__main__.FilterTest)
Test zrange option with float number
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 184, in test_non_int_zrange_filter
    self.zrange_filter((140.5, 900), 8)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 169, in zrange_filter
    zrange=zrange)
  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_filters_points.las', output='vinlidar_filters_imported', zrange=[(140.5, 900)], 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_zrange_and_class_filter (__main__.FilterTest)
zrange and class_filter option combined test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 190, in test_zrange_and_class_filter
    zrange=(141, 900), class_filter=5)
  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_filters_points.las', output='vinlidar_filters_imported', zrange=[(141, 900)], class_filter=[5], 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_zrange_and_return_filter (__main__.FilterTest)
zrange and class_filter option combined test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/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 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_filters_points.las', output='vinlidar_filters_imported', zrange=[(141, 900)], return_filter='last', 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_zrange_filter (__main__.FilterTest)
Test zrange option
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/filter_test.py", line 177, in test_zrange_filter
    self.zrange_filter((130.1, 139.9), 3)
  File "vector/v.in.lidar/testsuite/filter_test.py", line 169, in zrange_filter
    zrange=zrange)
  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_filters_points.las', output='vinlidar_filters_imported', zrange=[(130.1, 139.9)], 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 14 tests in 2.006s
FAILED (failures=14)