We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d3a7f commit 3629eabCopy full SHA for 3629eab
test/test_infblock.jl
@@ -139,7 +139,8 @@ const BlockTriPertToeplitz = InfiniteArraysBlockArraysExt.BlockTriPertToeplitz
139
@test findblock(blockedrange(1:2:∞), RealInfinity()) == Block(ℵ₀)
140
end
141
142
- @testset "maximum of Inf Block Range, HarmonicOrthogonalPolynomials#88" begin
+ @testset "maximum of Inf Block Range" begin
143
+ # See https://github.com/JuliaApproximation/HarmonicOrthogonalPolynomials.jl/pull/89
144
@test maximum(Block.(Base.OneTo(Integer(+∞)))) == Block(ℵ₀)
145
146
0 commit comments