Skip to content

Commit 4240f39

Browse files
authored
fix block axis element type (#139)
1 parent da57ea7 commit 4240f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ include("test_infbanded.jl")
6969
@test c[Block.(2:∞)][Block.(2:10)] == c[Block.(3:11)]
7070

7171
@test length(axes(b, 1)) ℵ₀
72-
@test last(axes(b, 1)) RealInfinity()
72+
@test last(axes(b, 1)) ℵ₀
7373
@test Base.BroadcastStyle(typeof(b)) isa LazyArrayStyle{1}
7474

7575
@test unitblocks(oneto(∞)) blockedrange(Ones{Int}(∞))

0 commit comments

Comments
 (0)