Skip to content

Commit 3e9998c

Browse files
authored
remove redundant print statement
1 parent f04eee0 commit 3e9998c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DeepSlice/coord_post_processing/angle_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def get_mean_angle(DV_list, ML_list, method, depths=None, species=None):
8989
df_center[df_center < min] = min
9090
df_center[df_center > max] = max-1
9191
weighted_accuracy = [weighted_accuracy[int(y)] for y in df_center]
92-
print(weighted_accuracy)
9392
DV_angle = np.average(DV_list, weights=weighted_accuracy)
9493
ML_angle = np.average(ML_list, weights=weighted_accuracy)
9594
else:

0 commit comments

Comments
 (0)