Skip to content

Commit

Permalink
minor: finish comment in text
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Nov 6, 2019
1 parent 9cf036b commit 4a2c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-read-fs-mgh.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_that("The dimensions of our demo 3D MGZ file are read correctly", {
})

test_that("The data values in the demo 3D MGZ file are read as in the reference implementation", {
# Tests that the data read is identical to the values returned by the
# Tests that the data read is identical to the values returned by the matlab function $FREESURFER_HOME/matlab/MRIread.m
brain_image = system.file("extdata", "brain.mgz", package = "freesurferformats", mustWork = TRUE);
vd = read.fs.mgh(brain_image);

Expand Down

0 comments on commit 4a2c8e7

Please sign in to comment.