Skip to content

Commit

Permalink
Add some more temporary printing
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 18, 2024
1 parent c52c9ba commit ef5bfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions KomaMRICore/src/simulation/Bloch/BlochSimulationMethod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function run_spin_precession!(
exp_argument1 = one_im .* ϕ
exp_argument2 = - tp' ./ p.T2
exp_argument = exp_argument1 .+ exp_argument2
println(typeof(exp_argument))
exp_result = exp.(exp_argument)
elementwise_multiplication = M.xy .* exp_result
Mxy = [M.xy elementwise_multiplication]
Expand Down
2 changes: 1 addition & 1 deletion KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ end
sim_params = KomaMRICore.default_sim_params()
sim_params["return_type"] = "mat"
sim_params["gpu"] = USE_GPU
sig = @suppress simulate(obj, seq, sys; sim_params)
sig = simulate(obj, seq, sys; sim_params)

# Test signal_to_raw_data
raw = signal_to_raw_data(sig, seq)
Expand Down

0 comments on commit ef5bfc7

Please sign in to comment.