Skip to content

Commit

Permalink
fix dcm_parse runtest
Browse files Browse the repository at this point in the history
  • Loading branch information
ultradian committed Mar 17, 2017
1 parent 104c5be commit 15350cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ mkpath(dir)

download("http://www.dclunie.com/images/pixelspacingtestimages.zip", filename)
run(`unzip $filename -d $dir`)
dcm_parse(joinpath(dir, "DISCIMG/IMAGES/MGIMAGEA")
dcm_parse(joinpath(dir, "DISCIMG/IMAGES/MGIMAGEA"))

rm(filename)

0 comments on commit 15350cf

Please sign in to comment.