Skip to content

Commit 98b6ea5

Browse files
authored
Update ChebyshevTest.jl
1 parent eb25f4a commit 98b6ea5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/ChebyshevTest.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,10 @@ using ApproxFunOrthogonalPolynomials, ApproxFunBase, LinearAlgebra, Test
202202
f = 1/(1 + 25*(x^2))
203203
@test norm(f, Inf) 1.0
204204
end
205+
206+
@testset "Jacobi" begin
207+
S=Chebyshev()
208+
@test S.a==-0.5
209+
@test S.b==-0.5
210+
end
205211
end

0 commit comments

Comments
 (0)