Skip to content

Commit 5bcf055

Browse files
committed
add mapped expansion test
1 parent 3390570 commit 5bcf055

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/test_splines.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ import ContinuumArrays: basis, AdjointBasisLayout, ExpansionLayout, BasisLayout,
455455
X = randn(10,10,10)
456456
@test P \ (P * X) P * (P \ X) X
457457
end
458+
459+
@testset "Expansion" begin
460+
f = L * collect(1:10)
461+
@test L \ f 1:10
462+
end
458463
end
459464

460465
@testset "diff" begin

0 commit comments

Comments
 (0)