Skip to content

Commit 5a5949b

Browse files
committed
Update test_jacobi.jl
1 parent e8d4761 commit 5a5949b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_jacobi.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ import ClassicalOrthogonalPolynomials: recurrencecoefficients, basis, MulQuasiMa
352352

353353
@testset "special syntax" begin
354354
@test jacobip.(0:5, 0.1, 0.2, 0.3) == Jacobi(0.1, 0.2)[0.3, 1:6]
355+
@test normalizedjacobip.(0:5, 0.1, 0.2, 0.3) == Normalized(Jacobi(0.1, 0.2))[0.3, 1:6]
355356
end
356357

357358
@testset "Weighted/HalfWeighted" begin

0 commit comments

Comments
 (0)