Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jan 8, 2025
1 parent faca0e5 commit dfe5ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/generation/drifting_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def calculate_displacement_unit_factor(
factors = 1 - factors

f = np.abs(non_rigid_gradient)
print("f", f)

displacement_unit_factor = factors * (1 - f) + f

return displacement_unit_factor
Expand Down

0 comments on commit dfe5ac9

Please sign in to comment.