From 5da1a140fbc2c75c05a2fe0f346bd368102707df Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <MichielCottaar@protonmail.com> Date: Mon, 13 Jan 2025 15:31:02 +0000 Subject: [PATCH] Add another sequence to test --- test/test_IO.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_IO.jl b/test/test_IO.jl index 42712f2..178958f 100644 --- a/test/test_IO.jl +++ b/test/test_IO.jl @@ -111,6 +111,7 @@ @testset "check that format $(format) works for some sequences with instant pulses/gradients/readouts" begin for seq_orig in [ DWI(TE=80., bval=2., scanner=Siemens_Connectom), + DWI(TE=80., bval=2., scanner=Siemens_Connectom, fov=(10, 10, 10), voxel_size=2.), DWI(TE=80., bval=2., scanner=Siemens_Terra, gradient=(type=:instant, )), SpinEcho(TE=30.), ] -- GitLab