Skip to content

Commit

Permalink
Update KomaMRICore/test/runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Castillo Passi <[email protected]>
  • Loading branch information
pvillacorta and cncastillo authored Jun 27, 2024
1 parent 1e8d8d7 commit ba82913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ end
"sim_method"=>KomaMRICore.Bloch(),
"return_type"=>"mat"
)
sig = simulate(obj, seq, sys; sim_params)
sig = @suppress simulate(obj, seq, sys; sim_params)
sig = sig / prod(size(obj))
NMRSE(x, x_true) = sqrt.( sum(abs.(x .- x_true).^2) ./ sum(abs.(x_true).^2) ) * 100.
@test NMRSE(sig, sig_jemris) < 1 #NMRSE < 1%
Expand Down

0 comments on commit ba82913

Please sign in to comment.