Skip to content

Commit d1c406b

Browse files
committed
Remove non-boolean broken test for Julia v1.10
1 parent 5b72e37 commit d1c406b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_jacobi.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ import ClassicalOrthogonalPolynomials: recurrencecoefficients, basis, MulQuasiMa
288288

289289
P = Legendre()
290290
= JacobiWeight(true,false)
291-
@test_broken P \ (w̃ .* Jacobi(true,false))
292291
= JacobiWeight(false,true)
293292
@test (P \ (w̃ .* Jacobi(false,true)))[1:10,1:10] == diagm(0 => ones(10), -1 => ones(9))
294293

0 commit comments

Comments
 (0)