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