From 93f7d869bff0a84f522bff106acfeece5862e449 Mon Sep 17 00:00:00 2001 From: beorostica <36004160+beorostica@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:30:40 -0400 Subject: [PATCH] Update KomaMRIFiles/test/runtests.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- KomaMRIFiles/test/runtests.jl | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/KomaMRIFiles/test/runtests.jl b/KomaMRIFiles/test/runtests.jl index 7fbf5256c..e85ec67b1 100644 --- a/KomaMRIFiles/test/runtests.jl +++ b/KomaMRIFiles/test/runtests.jl @@ -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"