-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I am running mountainsort4 using spikeinterface. I have encountered a strange issue when running with custom parameters.
My data is already band-pass filtered, so I tried to change from the default to avoid filtering the data like so:
{'detect_sign': -1,
'adjacency_radius': -1,
'freq_min': 300,
'freq_max': 6000,
'filter': False,
'whiten': True,
'num_workers': 1,
'clip_size': 50,
'detect_threshold': 3,
'detect_interval': 10}
When I do this, I get the warning mentioned in the title.
When I keep the filtering default, I can sort. I was hoping to avoid having to filter the data twice, since it takes unnecessary runtime.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels