You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a package leveraging the wonderful CategoricalArrays.jl
I am running into an issue while testing my docstrings. The crux of it is a difference between what my REPL shows vs what is being evaluated.
my evaluated output: CategoricalArrays.CategoricalArray{String,1,UInt32}
the expected output: CategoricalArray{String,1,UInt32}
when running my code, it matches expected: CategoricalArray{String,1,UInt32}:
Is there something I can so that they match?
The text was updated successfully, but these errors were encountered:
I am working on a package leveraging the wonderful CategoricalArrays.jl
I am running into an issue while testing my docstrings. The crux of it is a difference between what my REPL shows vs what is being evaluated.
my evaluated output: CategoricalArrays.CategoricalArray{String,1,UInt32}
the expected output: CategoricalArray{String,1,UInt32}
when running my code, it matches expected: CategoricalArray{String,1,UInt32}:
Is there something I can so that they match?
The text was updated successfully, but these errors were encountered: