Skip to content

Commit 72e2a1e

Browse files
committed
Update test_basisconcat.jl
1 parent 69be631 commit 72e2a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_basisconcat.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ import ContinuumArrays: PiecewiseBasis, VcatBasis, HvcatBasis, arguments, ApplyL
3939

4040
@test size(S,2) == 5
4141
@test axes(S,1) == axes(S1,1) == axes(S2,1)
42+
@test blockaxes(S) == (Block.(1:1), Block.(1:2))
43+
4244
@test S == S
4345

4446
@test S[0.1,1:5] == [vcat.(S1[0.1,:],0); vcat.(0, S2[0.1,:])]

0 commit comments

Comments
 (0)