Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Jan 27, 2022
1 parent 55db108 commit fb5c56b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nilearn/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Helper functions to download NeuroImaging datasets
"""

from warnings import warn
from .struct import (fetch_icbm152_2009, load_mni152_template,
load_mni152_brain_mask, load_mni152_gm_template,
load_mni152_gm_mask, load_mni152_wm_template,
Expand Down Expand Up @@ -90,7 +89,3 @@
'fetch_fiac_first_level',
]

warn("Fetchers from the nilearn.datasets module will be "
"updated in version 0.9 to return python strings "
"instead of bytes and Pandas dataframes instead of "
"Numpy arrays.", FutureWarning)

0 comments on commit fb5c56b

Please sign in to comment.