Skip to content

Commit

Permalink
println
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Sep 4, 2024
1 parent 2a76c45 commit 8b7797e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion KomaMRICore/ext/KomaoneAPIExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ function KomaMRIBase.unit_time(t::AdjointOneArray{T, N, M}, ts::KomaMRIBase.Time

# t = min.(tmp, oneunit(T))

_ = sum(t)
# _ = sum(t)

t_unit = KomaMRIBase._unit_time(t, ts)

println(@view(t_unit[1:3]))


# KA.synchronize(KA.get_backend(t))

Expand Down

0 comments on commit 8b7797e

Please sign in to comment.