Skip to content

Commit de6a77e

Browse files
committed
Update test_basisconcat.jl
1 parent e3ab834 commit de6a77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basisconcat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ContinuumArrays: PiecewiseBasis, VcatBasis, HvcatBasis, arguments, ApplyL
77
S2 = LinearSpline(2:3)
88
S = PiecewiseBasis(S1, S2)
99

10-
@test S == S
10+
@test S == S == copy(S)
1111
@test checkpoints(S) == union(checkpoints(S1), checkpoints(S2))
1212

1313
@test S[0.5,1:4] == [S1[0.5,1:2]; zeros(2)]

0 commit comments

Comments
 (0)