Skip to content

Commit de9b698

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bffc5f2 commit de9b698

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spikeinterface/preprocessing/saturation_working/test_saturation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
if VISUALISE:
2222
x = recording.get_traces(start_frame=0, end_frame=35000, segment_index=0)
2323

24-
2524
plt.plot(x[:, 3])
2625
plt.plot(x[:, 4])
2726
plt.plot(x[:, 5])
2827
plt.show()
2928
# pass recording to new function
3029
# check start, stops, channels match
31-

0 commit comments

Comments
 (0)