Conversation
|
@ejolly I thought this was a WIP, but now I'm wondering if I've fixed the main issues. Basically, nilearn revamped how they were interfacing with nilearn. it actually looks like they did a nice job rethinking everything, but their new solution isn't really backwards compatible. I just added a check to use either the new version or the old version for I did not change any of the other helper functions as the All of the tests are passing on my local version of python 3.11, if you want to review the code. It seems like we didn't have tests for the dataset module yet, which I guess we could add now. |
* added similarity metric keyword to stats.isc (defaults to correlation) * add description for sim_metric * Update stats.py
This PR updates nltools to accomodate the new functionality provided by nilearn version 0.10.4 to download and upload to neurovault.
Addresses Issues: #429 and #422