Skip to content

Commit 2bbb8a7

Browse files
committed
Remove last test
1 parent 1be9dae commit 2bbb8a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/interpolation_fe.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,4 @@ 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+
gₕ(pt), f₂(pt)

0 commit comments

Comments
 (0)