Skip to content

Commit

Permalink
Fix bug when running new read comparison tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beorostica committed Mar 15, 2024
1 parent cf572ca commit aefa3e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions KomaMRIFiles/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ end
end

@testset "read" begin

files = ["gr-trapezoidal"; "gr-uniformly-shaped"; "gr-time-shaped"; "rf-pulse"; "rf-uniformly-shaped"; "fid"]
path = @__DIR__
for filename in files:
filenames = ["gr-trapezoidal"; "gr-uniformly-shaped"; "gr-time-shaped"; "rf-pulse"; "rf-uniformly-shaped"; "fid"]
for filename in filenames

# Koma Read
seq = read_seq("$(path)/test_files/pulseq_read_comparison/$(filename).seq")
Expand Down

0 comments on commit aefa3e0

Please sign in to comment.