Closed
Description
When I try to use the package in a session started with julia --inline=no
it breaks. All errors during the tests seem to fall back to this:
categorical(CategoricalArrays.CategoricalArray{String,1,Int64,String,CategoricalArrays.CategoricalString{Int64},Union{}}, compress=false) R1=Int64 R2=Int64: Error During Test
Got an exception of type MethodError outside of a @test
MethodError: in(::CategoricalArrays.CategoricalString{Int64}, ::Base.KeyIterator{ObjectIdDict}) is ambiguous. Candidates:
in(k, v::Base.KeyIterator) in Base at associative.jl:60
in(x::Union{CategoricalArrays.CategoricalString{R}, CategoricalArrays.CategoricalValue{T,R} where T} where R, y) in CategoricalArrays at /Users/ericperim/.julia/v0.6/CategoricalArrays/src/value.jl:118
Possible fix, define
in(::Union{CategoricalArrays.CategoricalString{R}, CategoricalArrays.CategoricalValue{T,R} where T} where R, ::Base.KeyIterator)
Note: in order to observe this behaviour it is necessary to use julia --inline=no test/runtests.jl
, since if you run Pkg.test
from inside the REPL it will use the default options (inline=yes
).
Metadata
Metadata
Assignees
Labels
No labels