-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAINT] Fix failing tests on main due to creating unsupported GiftiDataArrays #3649
Conversation
👋 @ymzayek Thanks for creating a PR! Until this PR is ready for review, you can include the [WIP] tag in its title, or leave it as a github draft. Please make sure it is compliant with our contributing guidelines. In particular, be sure it checks the boxes listed below.
For new features:
For bug fixes:
We will review it as quick as possible, feel free to ping us with questions if needed. |
Codecov Report
@@ Coverage Diff @@
## main #3649 +/- ##
==========================================
- Coverage 91.43% 91.35% -0.09%
==========================================
Files 133 133
Lines 15471 15470 -1
Branches 3207 3207
==========================================
- Hits 14146 14132 -14
- Misses 780 793 +13
Partials 545 545 see 12 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ymzayek
Will go ahead and merge this one. |
…taArrays (nilearn#3649) * Set Gifti valid datatype * Fix remaining tests
MRG: Fix test creating unsupported double-precision GiftiDataArray See: nipy/nibabel#1198 nipy/nibabel#1199 nilearn/nilearn#3649
See failures on main, e.g. https://github.com/nilearn/nilearn/actions/runs/4605300937/jobs/8137164142
Nibabel release includes a fix for enforcing valid datatypes for GIFTI
See nipy/nibabel#1199