Skip to content
Snippets Groups Projects
Unverified Commit da485a3d authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Do not set and minimise duration in test

parent a496a271
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
......@@ -48,7 +48,7 @@ using Gtk
@testset "Finite gradients" begin
function plot_finite_dwi(fname)
sequence = DWI(bval=2., TE=:min, duration=100, voxel_size=2., scanner=Siemens_Prisma, fov=(10, 10, 10))
sequence = DWI(bval=2., TE=:min, voxel_size=2., scanner=Siemens_Prisma, fov=(10, 10, 10))
f = plot_sequence(sequence)
CairoMakie.save(fname, f)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment