Skip to content

Commit

Permalink
edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Nov 15, 2024
1 parent 5659bd6 commit c24e74c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ using LazyArtifacts
using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON

const datadir = joinpath(artifact"MP2RAGE_data")
@info "The test data is located at $datadir."

@testset "SEQ_BRUKER_a_MP2RAGE_CS_360.jl" begin
const datadir = joinpath(artifact"MP2RAGE_data")
@info "The test data is located at $datadir."

path_bruker = joinpath(datadir, "MP2RAGE_FULLY")
d = reconstruction_MP2RAGE(path_bruker; mean_NR=true)
Expand Down

0 comments on commit c24e74c

Please sign in to comment.