We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5659bd6 commit c24e74cCopy full SHA for c24e74c
test/runtests.jl
@@ -4,9 +4,10 @@ using LazyArtifacts
4
using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
5
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
6
7
+const datadir = joinpath(artifact"MP2RAGE_data")
8
+@info "The test data is located at $datadir."
9
+
10
@testset "SEQ_BRUKER_a_MP2RAGE_CS_360.jl" begin
- const datadir = joinpath(artifact"MP2RAGE_data")
- @info "The test data is located at $datadir."
11
12
path_bruker = joinpath(datadir, "MP2RAGE_FULLY")
13
d = reconstruction_MP2RAGE(path_bruker; mean_NR=true)
0 commit comments