Skip to content

Commit 1be9dae

Browse files
committed
Fix error in test
1 parent 6c07ff1 commit 1be9dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/interpolation_fe.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ gₕ = interpolate_everywhere(ifₕ, V₂)
173173

174174
# Like earlier we can check our results
175175

176-
@test fₕ(pt) gₕ(pt) f(pt)
177-
@test fₕ.(pts) gₕ.(pts) f.(pts)
176+
@test fₕ(pt) gₕ(pt) f(pt)
177+
@test fₕ.(pts) gₕ.(pts) f.(pts)

0 commit comments

Comments
 (0)