Skip to content
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

Fix local error with load_nifti #179

Merged
merged 3 commits into from
Nov 29, 2020
Merged

Fix local error with load_nifti #179

merged 3 commits into from
Nov 29, 2020

Conversation

po09i
Copy link
Member

@po09i po09i commented Nov 20, 2020

Description

Load_nifti does not pass locally on mac but passes on travis. This PR attempts to sort the list in load_nifti to get a consistent output across platforms.

The tests for multiple echoes had to be changed to reflect the sorted list.

Linked issues

Fixes #130

@po09i po09i added the bug Something isn't working label Nov 20, 2020
@po09i po09i self-assigned this Nov 20, 2020
@po09i po09i requested a review from jidicula November 20, 2020 22:05
@po09i po09i marked this pull request as ready for review November 20, 2020 22:06
@jcohenadad
Copy link
Member

this PR suggests we should extend our testing platform to other OSs-- issue opened #180

Copy link
Contributor

@jidicula jidicula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

The green is oddly satisfying
image

@po09i po09i merged commit 5616938 into master Nov 29, 2020
@po09i po09i deleted the ad/load-nifti-echo branch November 29, 2020 21:03
kousu pushed a commit that referenced this pull request Mar 20, 2021
* Sort list

* Change echo numbers in test

* Sort another list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pytest does not pass locally for a test_load_nifti test
3 participants