Skip to content

Commit

Permalink
add path by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Nov 18, 2024
1 parent a9c63ca commit c85c685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
using Pkg

const datadir = joinpath(artifact"MP2RAGE_data")
toml = Artifacts.find_artifacts_toml(@__DIR__)


const datadir = Pkg.Artifacts.ensure_artifact_installed("MP2RAGE_data", toml)
@info "The test data is located at $datadir."

@testset "SEQ_BRUKER_a_MP2RAGE_CS_360.jl" begin
Expand Down

0 comments on commit c85c685

Please sign in to comment.