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

[ENH]: Allow BOLDWarper to warp between MNI spaces #302

Merged
merged 10 commits into from
Feb 21, 2024
Prev Previous commit
Next Next commit
fix: correct parametrized parameters for BOLDWarper test
  • Loading branch information
synchon committed Feb 9, 2024
commit bf3bb878e84ff8529eb03dda9f74d75c21501380
3 changes: 1 addition & 2 deletions junifer/preprocess/tests/test_bold_warper.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ def test_BOLDWarper_preprocess_to_native(


@pytest.mark.parametrize(
"datagrabber, element",
"space",
"datagrabber, element, space",
[
[
DMCC13Benchmark(
Expand Down