nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
299 stars 132 forks source link

Deprecation: Index.ravel returning ndarray is deprecated #1043

Closed mgxd closed 7 months ago

mgxd commented 1 year ago

Popping up in tests

/opt/conda/lib/python3.9/site-packages/mriqc/bin/dfcheck.py:68: FutureWarning: Index.ravel returning ndarray is deprecated; in a future version this will return a view on self.
  feat_names = list(x_df._get_numeric_data().columns.ravel())
/opt/conda/lib/python3.9/site-packages/mriqc/bin/dfcheck.py:68: FutureWarning: Index.ravel returning ndarray is deprecated; in a future version this will return a view on self.
  feat_names = list(x_df._get_numeric_data().columns.ravel())