Skip to content

Commit

Permalink
Solve type conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Jun 22, 2024
1 parent 7112b64 commit aad423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ end
# ITP Creation
x = [1.0]
Ns = length(x)
t_start = 0.0
t_end = 1.0
t_start = 0.0f0
t_end = 1.0f0
Nt = 10
dx = rand(Ns, Nt)
t = collect(range(zero(eltype(dx)), oneunit(eltype(dx)), Nt))
Expand Down

0 comments on commit aad423a

Please sign in to comment.