Skip to content

Commit 91b0e78

Browse files
committed
Update runtests.jl
1 parent b8908ba commit 91b0e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,5 +634,7 @@ include("test_basisconcat.jl")
634634
@test wrep[1].args == (grid(wT), v[grid(wT)])
635635

636636
@test plotgrid(v) == plotgrid(u) == grid(T) == grid(wT) == _plotgrid(MemoryLayout(v), v) == _plotgrid(MemoryLayout(u), u)
637+
y = affine(0..1, x)
638+
@test plotgrid(T[y,:]) == (plotgrid(T) .+ 1)/2
637639
end
638640
end

0 commit comments

Comments
 (0)