Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NumPy 2 related reshape in Persyst #12585

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

cbrnr
Copy link
Contributor

@cbrnr cbrnr commented Apr 29, 2024

The order argument is kw-only in NumPy >= 2 (https://numpy.org/devdocs/reference/generated/numpy.reshape.html), so this should hopefully fix the pip-pre tests.

@hoechenberger hoechenberger enabled auto-merge (squash) April 29, 2024 09:45
@hoechenberger hoechenberger merged commit 0b19084 into mne-tools:main Apr 29, 2024
31 of 32 checks passed
@cbrnr cbrnr deleted the fix-persyst-reshape branch April 29, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants