Fix failing test_transform_feature_points
due to depreciation of np.nonzero on zero-length arrays
#444
Labels
bug
Code that is failing or producing the wrong result
dependency
Issues with a dependency or import
test_transform_feature_points
andtest_transform_feature_points_3D
are failing due to np.nonzero being called on an empty array in line 817. I'll have a look at fixing this, as we should add a check that features are actually removed before calling this code.We should also do a general check for depreciated functions in dependencies to avoid problems with tests in future
The text was updated successfully, but these errors were encountered: