Results 396 comments of Jérôme Dockès

One thing worth considering is that when using setuptools, to include package data (non-python files that need to be shipped with the code) ATM with setuptools if we don't use...

Hi, yes ATM there is only the VERSION.txt; a few more are likely to appear at some point (eg tiny example datasets). Such files are perfectly manageable without a setup.py;...

thanks! there is also [python-holidays](https://python-holidays.readthedocs.io/en/latest/)

closing this as it has been superseded by #902 and other PRs. thanks @Vincent-Maladiere !

also following other discussions, should this encoder be made to work on dataframes and manipulate columns by name rather than index?

Thanks for reporting! I will try to have a look. could you by any chance share the images and a script to reproduce?

> @jeromedockes : if I can do any thing else, don't hesitate to tell me, but I'm pretty new with `nilearn` and I don't known exactly where to start debugging...

sorry for taking so long to get back to this. the bug was introduced in #2025 . i will try to open a pr today

note that in the meanwhile you can fix your problem by passing `force_resample=True` to `resample_to_img`

@NicolasGensollen AFAIK it hasn't been addressed