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 da57ea7 commit 4240f39Copy full SHA for 4240f39
test/runtests.jl
@@ -69,7 +69,7 @@ include("test_infbanded.jl")
69
@test c[Block.(2:∞)][Block.(2:10)] == c[Block.(3:11)]
70
71
@test length(axes(b, 1)) ≡ ℵ₀
72
- @test last(axes(b, 1)) ≡ RealInfinity()
+ @test last(axes(b, 1)) ≡ ℵ₀
73
@test Base.BroadcastStyle(typeof(b)) isa LazyArrayStyle{1}
74
75
@test unitblocks(oneto(∞)) ≡ blockedrange(Ones{Int}(∞))
0 commit comments