Skip to content

Commit e43ea05

Browse files
agoscinskivictorprincipe
authored andcommitted
remove print for debugging
1 parent b52e992 commit e43ea05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

skmatter/sample_selection/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ def _directional_convex_hull_distance(self, points):
621621
all_directional_distances = _directional_distance(
622622
self._directional_equations_, points
623623
)
624-
print(all_directional_distances)
625624
# we get negative distances for each plane to check if any distance is below the threshold
626625
below_directional_convex_hull = np.any(
627626
all_directional_distances < -self.tolerance, axis=1

0 commit comments

Comments
 (0)