We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be9dae commit 2bbb8a7Copy full SHA for 2bbb8a7
1 file changed
src/interpolation_fe.jl
@@ -173,5 +173,4 @@ gₕ = interpolate_everywhere(ifₕ, V₂)
173
174
# Like earlier we can check our results
175
176
-@test fₕ(pt) ≈ gₕ(pt) ≈ f₂(pt)
177
-@test fₕ.(pts) ≈ gₕ.(pts) ≈ f₂.(pts)
+gₕ(pt), f₂(pt)
0 commit comments