Skip to content

Commit

Permalink
don't rely on floating point equality
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 22, 2020
1 parent a673fa9 commit a8759aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reduction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ sim4 = @time solve(prob2,Tsit5(),EnsembleGPUArray(),trajectories=100,batch_size=

@info sim2[1]

@test sum(sim1.u) == sim2.u
@test sum(sim1.u) sim2.u
@test sim2.u sim3.u
@test sim2.u sim4.u

0 comments on commit a8759aa

Please sign in to comment.