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

MAINT: Prevent pandas-originating deprecation warning #1251

Merged
merged 1 commit into from Apr 10, 2024
Merged

Conversation

oesteban
Copy link
Member

Closes #1043

@oesteban oesteban merged commit 017e17d into master Apr 10, 2024
15 checks passed
@oesteban oesteban deleted the fix/1043 branch April 10, 2024 09:54
oesteban added a commit that referenced this pull request Apr 11, 2024
When generating group reports, we were getting more of those:

```
/opt/conda/lib/python3.11/site-packages/mriqc/reports/group.py:242:
FutureWarning: Index.ravel returning ndarray is deprecated; in a future
version this will return a view on self.
  datacols = dataframe.columns.ravel().tolist()
```

Resolves: #1042.
Partially-addressed-by: #1251.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation: Index.ravel returning ndarray is deprecated
1 participant