Skip to content

Commit 9fce5e8

Browse files
fix gpu test
1 parent a3892ab commit 9fce5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/hermite_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ t = FillArrays.Trues(length(pa))
1313

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

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

0 commit comments

Comments
 (0)