Skip to content

Commit 403115c

Browse files
committed
tests pass
1 parent 8c8b377 commit 403115c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.15"
4+
version = "0.15.1"
55

66

77
[deps]

test/test_choleskyQR.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ import LazyArrays: AbstractCachedMatrix, resizedata!
221221
R = Q \ P
222222
@test bandwidths(R) == (0,1)
223223
@test R[1:10,1:10] (Q̃ \ P)[1:10,1:10]
224-
225-
# need to fix InfiniteLinearAlgebra to add AdaptiveBandedLayout
226-
@test_broken R[1:10,1:10] isa BandedMatrix
224+
@test R[1:10,1:10] isa BandedMatrix
227225
end
228226

229227
@testset "Chebyshev" begin

0 commit comments

Comments
 (0)