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: Clean up more FutureWarning issued by pandas #1257

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

oesteban
Copy link
Member

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.

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.
@oesteban oesteban merged commit 998ed85 into master Apr 11, 2024
15 checks passed
@oesteban oesteban deleted the fix/more-pandas-deprecations branch April 11, 2024 09:06
oesteban added a commit that referenced this pull request Apr 11, 2024
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.

Not clear what some summary IQMs represent
1 participant