Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Oct 22, 2023
1 parent b350724 commit e83d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu_kernel_de/conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ENV["GROUP"] ∉ ("Metal", "oneAPI")

@test solve(monteprob, GPUTsit5(), EnsembleGPUKernel(backend),
trajectories = 10_000,
saveat = 1:0.1:10)[1].t == StepRangeLen{Float32, Float32, Float32, Int32}(1.0f0, 0.1f0, 91)
saveat = 1:0.1:10)[1].t == 1.0f0:0.1f0:10.0f0

@test solve(monteprob, GPUTsit5(), EnsembleGPUKernel(backend),
trajectories = 10_000,
Expand Down

0 comments on commit e83d47e

Please sign in to comment.