Skip to content

Commit 8bceeaa

Browse files
committed
Remove print.
1 parent 7aeec39 commit 8bceeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/generation/drifting_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def calculate_displacement_unit_factor(
300300
factors = 1 - factors
301301

302302
f = np.abs(non_rigid_gradient)
303-
print("f", f)
303+
304304
displacement_unit_factor = factors * (1 - f) + f
305305

306306
return displacement_unit_factor

0 commit comments

Comments
 (0)