You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to write some code to filter out low n_spikes in my phy input data. I have tried this following code: waveforms = model.get_cluster_spike_waveforms(cluster_id) n_spikes, n_samples, n_channels_loc = waveforms.shape
This works for most cluster_ids, but there are a few cluster_ids where I keep getting this assertion error:
Any advice on how to fix this?
The text was updated successfully, but these errors were encountered:
Hi! I am trying to write some code to filter out low n_spikes in my phy input data. I have tried this following code:
waveforms = model.get_cluster_spike_waveforms(cluster_id)
n_spikes, n_samples, n_channels_loc = waveforms.shape
This works for most cluster_ids, but there are a few cluster_ids where I keep getting this assertion error:
Any advice on how to fix this?
The text was updated successfully, but these errors were encountered: