Skip to content

Commit ec0ed94

Browse files
committed
Update test_ultraspherical.jl
1 parent 902aae1 commit ec0ed94

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/test_ultraspherical.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ using ClassicalOrthogonalPolynomials: grammatrix
207207
@testset "ChebyshevInterval constructior" begin
208208
@test ultraspherical(2,ChebyshevInterval()) Ultraspherical(2)
209209
end
210-
end
211-
212-
@testset "Jacobi(-1, 0) \\ Ultraspherical(-1/2) and Jacobi(0, -1) \\ Ultraspherical(-1/2)" begin
213-
for A in (Jacobi(-1,0),Jacobi(0,-1))
214-
B = Ultraspherical(-1/2)
215-
R = A \ B
216-
AR = A * R
217-
lhs = AR[0.3918, 1:100]
218-
rhs = B[0.3918, 1:100]
219-
@test lhs rhs
210+
211+
@testset "Jacobi(-1, 0) \\ Ultraspherical(-1/2) and Jacobi(0, -1) \\ Ultraspherical(-1/2)" begin
212+
for A in (Jacobi(-1,0),Jacobi(0,-1))
213+
B = Ultraspherical(-1/2)
214+
R = A \ B
215+
AR = A * R
216+
lhs = AR[0.3918, 1:100]
217+
rhs = B[0.3918, 1:100]
218+
@test lhs rhs
219+
end
220220
end
221221
end

0 commit comments

Comments
 (0)