Skip to content

Commit 393fcb4

Browse files
committed
fix tests
1 parent 71f1349 commit 393fcb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ LazyArrays = "2.2"
5353
LazyBandedMatrices = "0.10, 0.11"
5454
MutableArithmetics = "1"
5555
QuasiArrays = "0.11"
56-
RecurrenceRelationshipArrays = "0.1"
57-
RecurrenceRelationships = "0.1"
56+
RecurrenceRelationshipArrays = "0.1.2"
57+
RecurrenceRelationships = "0.1.1"
5858
SpecialFunctions = "1.0, 2"
5959
julia = "1.10"
6060

src/classical/jacobi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ julia> axes(J)
143143
(Inclusion(-1.0 .. 1.0 (Chebyshev)), OneToInf())
144144
145145
julia> J[0,:] # Values of polynomials at x=0
146-
ℵ₀-element view(::Jacobi{Float64}, 0.0, :) with eltype Float64 with indices OneToInf():
146+
ℵ₀-element view(::Jacobi{Float64, $Int}, 0.0, :) with eltype Float64 with indices OneToInf():
147147
1.0
148148
0.0
149149
-0.5
@@ -189,7 +189,7 @@ julia> axes(J)
189189
(Inclusion(0 .. 1), OneToInf())
190190
191191
julia> J[0,:]
192-
ℵ₀-element view(::Jacobi{Float64}, -1.0, :) with eltype Float64 with indices OneToInf():
192+
ℵ₀-element view(::Jacobi{Float64, $Int}, -1.0, :) with eltype Float64 with indices OneToInf():
193193
1.0
194194
-2.0
195195
3.0

0 commit comments

Comments
 (0)