Skip to content

Commit 3b23634

Browse files
committed
Update test_splines.jl
1 parent e0d7f10 commit 3b23634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_splines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import ContinuumArrays: basis, AdjointBasisLayout, ExpansionLayout, BasisLayout,
4646
@test last(cumsum(H/H \ exp.(x))) sum(H/H\exp.(x))
4747
end
4848

49-
@test coefficients(H) Eye(2)
49+
@test coefficients(H) Eye(size(H,2))
5050
end
5151

5252
@testset "LinearSpline" begin

0 commit comments

Comments
 (0)