Skip to content

Commit

Permalink
fix gpu test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 19, 2024
1 parent a3892ab commit 9fce5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/hermite_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ t = FillArrays.Trues(length(pa))

OrdinaryDiffEq.hermite_interpolant!(pa, 0.1, 0.2, pb, pc, k, nothing, Val{0}, t) # if this doesnt error we're good

@test pa.a != pb.a
@test pa.x[1] != pb.x[1]

0 comments on commit 9fce5e8

Please sign in to comment.