We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e74c commit 4a54a95Copy full SHA for 4a54a95
test/runtests.jl
@@ -3,7 +3,9 @@ using Test
3
using LazyArtifacts
4
using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
5
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
6
+using Pkg
7
8
+Pkg.instantiate()
9
const datadir = joinpath(artifact"MP2RAGE_data")
10
@info "The test data is located at $datadir."
11
0 commit comments