Skip to content

Commit

Permalink
added a couple of test files generated by nibabel for validating the …
Browse files Browse the repository at this point in the history
…complex writes
  • Loading branch information
twitzelbos committed Jun 19, 2023
1 parent 416a76b commit dcf6987
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added resources/complex/complex32.nii
Binary file not shown.
Binary file added resources/complex/complex64.nii
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ mod tests {

assert_eq!(
fs::read(path).unwrap(),
fs::read("resources/complex/complex32.nii").unwrap()
fs::read("resources/complex/complex64.nii").unwrap()
);
}

Expand Down

0 comments on commit dcf6987

Please sign in to comment.