danjgale / nii-masker

Convenient command-line wrapper for nilearn's Masker objects
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

matplotlib inverse_transformed deprecation warning #22

Open danjgale opened 3 years ago

danjgale commented 3 years ago

Currently running niimasker raises a deprecation warning from matplotlib because inverse_transformed will be removed in future versions. As per the warning, this should be replaced by transformed(transform.inverted())

danjgale commented 3 years ago

Actually this warning arises from nilearn, so we can suppress the warning until it is fixed