diff --git a/skmatter/sample_selection/_base.py b/skmatter/sample_selection/_base.py index 0f4103949..2377eb2e3 100644 --- a/skmatter/sample_selection/_base.py +++ b/skmatter/sample_selection/_base.py @@ -621,7 +621,6 @@ def _directional_convex_hull_distance(self, points): all_directional_distances = _directional_distance( self._directional_equations_, points ) - print(all_directional_distances) # we get negative distances for each plane to check if any distance is below the threshold below_directional_convex_hull = np.any( all_directional_distances < -self.tolerance, axis=1