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 48c8e91 commit fd58156Copy full SHA for fd58156
test/ccompile.jl
@@ -14,4 +14,4 @@ p = rand(1)
14
_t = rand()
15
f(du, u, p, _t)
16
f2(du2, u, p, _t)
17
-@test du == du2
+@test du ≈ du2
0 commit comments