Skip to content

Commit

Permalink
Finalise tests, tidy up, add docs, final eps change.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Nov 12, 2024
1 parent 1c77e2b commit 8841f3d
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def add_dead_channels(recording, is_dead):
data[:, is_dead] = np.random.normal(
mean, std * 0.1, size=(is_dead.size, recording.get_num_samples(segment_index))
).T
breakpoint()
recording._recording_segments[segment_index]._traces = data


Expand Down
Loading

0 comments on commit 8841f3d

Please sign in to comment.