Skip to content

Commit e8d4761

Browse files
committed
Update test_jacobi.jl
1 parent 6c7398f commit e8d4761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_jacobi.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@ import ClassicalOrthogonalPolynomials: recurrencecoefficients, basis, MulQuasiMa
384384

385385
@test convert(WeightedOrthogonalPolynomial, HalfWeighted{:a}(Normalized(Jacobi(0.1,0.2))))[0.1,1:10]
386386
HalfWeighted{:a}(Normalized(Jacobi(0.1,0.2)))[0.1,1:10]
387+
@test convert(WeightedOrthogonalPolynomial, HalfWeighted{:b}(Normalized(Jacobi(0.1,0.2))))[0.1,1:10]
388+
HalfWeighted{:b}(Normalized(Jacobi(0.1,0.2)))[0.1,1:10]
387389
end
388390
end

0 commit comments

Comments
 (0)