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 6998777 commit 6c426dbCopy full SHA for 6c426db
test/runtests.jl
@@ -2,7 +2,8 @@ using AxisArrays
2
using Base.Test
3
4
@testset "AxisArrays" begin
5
- if VERSION < v"0.6.0-dev"
+ # during this time there was an ambiguity in base with checkbounds_linear_indices
6
+ if VERSION < v"0.6.0-dev.2374" || VERSION >= v"0.6.0-dev.2884"
7
@test isempty(detect_ambiguities(AxisArrays, Base, Core))
8
end
9
0 commit comments