We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c07ff1 commit 1be9daeCopy full SHA for 1be9dae
1 file changed
src/interpolation_fe.jl
@@ -173,5 +173,5 @@ 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)
+@test fₕ(pt) ≈ gₕ(pt) ≈ f₂(pt)
+@test fₕ.(pts) ≈ gₕ.(pts) ≈ f₂.(pts)
0 commit comments