Skip to content

Commit 5bbcb24

Browse files
committed
add test
1 parent 8246067 commit 5bbcb24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.15.6"
4+
version = "0.15.7"
55

66

77
[deps]

test/test_interlace.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import ClassicalOrthogonalPolynomials: PiecewiseInterlace, SetindexInterlace, pl
1616
@test u[-0.1] exp(-0.1)
1717
@test u[0.1] exp(0.1)
1818
@test u[0.] 2
19+
@test sum(u) -^(-1)
1920
end
2021

2122
@testset "two-interval ODE" begin

0 commit comments

Comments
 (0)