Skip to content

Commit

Permalink
fix denoise
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Nov 6, 2023
1 parent b402947 commit 3ef3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeanalysis/spike_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def denoise_data(self):

# if len(cids) > len(self._cids):
# cids = self._cids
# self._cids = self._cids[np.isin(cids, noise_clusters, invert=True)]
self._cids = self._cids[np.isin(self._cids, noise_clusters, invert=True)]

self._return_to_dir(current_dir)

Expand Down

0 comments on commit 3ef3e8c

Please sign in to comment.