-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update Nilearn API _check_same_fov #873
Conversation
This reverts commit c053fd7.
Looks like nilearn also changed how they handle Specifically, when we pass a custom cmap, on an image with only 1 level |
Co-authored-by: James Kent <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #873 +/- ##
==========================================
- Coverage 88.26% 88.22% -0.05%
==========================================
Files 48 48
Lines 6374 6352 -22
==========================================
- Hits 5626 5604 -22
Misses 748 748 ☔ View full report in Codecov by Sentry. |
with: | ||
fail_ci_if_error: true | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
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.
will see if this breaks when a pull request is opened from a fork instead of the original repo.
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.
Looks like this works now! thanks @Remi-Gau and @adelavega!
Fixes #872