Skip to content

Fix filter kwargs#4543

Merged
chrishalcrow merged 15 commits intoSpikeInterface:mainfrom
alejoe91:fix-filter-kwargs
Apr 22, 2026
Merged

Fix filter kwargs#4543
chrishalcrow merged 15 commits intoSpikeInterface:mainfrom
alejoe91:fix-filter-kwargs

Conversation

@alejoe91
Copy link
Copy Markdown
Member

Add missing ignore_low_freq_error to highpass filter kwargs

@alejoe91 alejoe91 requested a review from chrishalcrow April 21, 2026 12:22
@alejoe91 alejoe91 added bug Something isn't working preprocessing Related to preprocessing module labels Apr 21, 2026
freq_min=freq_min,
margin_ms=margin_ms,
dtype=dtype.str,
ignore_low_freq_error=ignore_low_freq_error,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add _skip_margin_warning_for_old_version too?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be set automatically when it's loaded back, if needed.

@chrishalcrow chrishalcrow merged commit 562221b into SpikeInterface:main Apr 22, 2026
15 checks passed
@alejoe91 alejoe91 mentioned this pull request Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working preprocessing Related to preprocessing module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants