Skip to content

Commit c24e74c

Browse files
committed
edit test
1 parent 5659bd6 commit c24e74c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/runtests.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ using LazyArtifacts
44
using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
55
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
66

7+
const datadir = joinpath(artifact"MP2RAGE_data")
8+
@info "The test data is located at $datadir."
9+
710
@testset "SEQ_BRUKER_a_MP2RAGE_CS_360.jl" begin
8-
const datadir = joinpath(artifact"MP2RAGE_data")
9-
@info "The test data is located at $datadir."
1011

1112
path_bruker = joinpath(datadir, "MP2RAGE_FULLY")
1213
d = reconstruction_MP2RAGE(path_bruker; mean_NR=true)

0 commit comments

Comments
 (0)