Skip to content

Commit b3fe739

Browse files
committed
Update test_orthogonalpolynomials.jl
1 parent 333de66 commit b3fe739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_orthogonalpolynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end
109109
x = 0.1
110110
@test S[x,1] === 1.0
111111
X = jacobimatrix(S)
112-
@test X[1,1] (b^2-a^2)/((a+b)*(a+b+2))
112+
@test X[1,1] (a^2-b^2)/((a+b)*(a+b+2))
113113
@test X[2,1] 2/(a+b+2)
114114
@test S[x,2] 0.065
115115
@test S[x,10] 0.22071099583604945

0 commit comments

Comments
 (0)