Skip to content

Commit

Permalink
Update KomaMRIFiles/test/runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
beorostica and github-actions[bot] authored Apr 11, 2024
1 parent 4449abe commit 93f7d86
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions KomaMRIFiles/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,20 @@ end
test_folder = joinpath(@__DIR__, "test_files", "pulseq")

# Test for some .seq files
filenames = ["DEMO_gre", "DEMO_grep", "epi_se", "epi", "external", "gre_rad",
"spiral", "tabletop_tse_pulseq", "cine_gre", "epi_label", "epi_rs", "epise_rs"]
filenames = [
"DEMO_gre",
"DEMO_grep",
"epi_se",
"epi",
"external",
"gre_rad",
"spiral",
"tabletop_tse_pulseq",
"cine_gre",
"epi_label",
"epi_rs",
"epise_rs",
]
for seq_filename_head in filenames
seq_filename_head = seq_filename_head
seq_original_filename = seq_filename_head * ".seq"
Expand Down

0 comments on commit 93f7d86

Please sign in to comment.