Skip to content

"Warning: max iterations per pass exceeded." #42

@matiasandina

Description

@matiasandina

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions