We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3892ab commit 9fce5e8Copy full SHA for 9fce5e8
test/gpu/hermite_test.jl
@@ -13,4 +13,4 @@ t = FillArrays.Trues(length(pa))
13
14
OrdinaryDiffEq.hermite_interpolant!(pa, 0.1, 0.2, pb, pc, k, nothing, Val{0}, t) # if this doesnt error we're good
15
16
-@test pa.a != pb.a
+@test pa.x[1] != pb.x[1]
0 commit comments