Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docstring/repl issue in package development #403

Closed
drizk1 opened this issue Jul 17, 2023 · 2 comments
Closed

docstring/repl issue in package development #403

drizk1 opened this issue Jul 17, 2023 · 2 comments

Comments

@drizk1
Copy link

drizk1 commented Jul 17, 2023

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?

@drizk1 drizk1 closed this as completed Jul 17, 2023
@bkamins
Copy link
Member

bkamins commented Jul 18, 2023

the difference is if you have CategoricalArrays loaded in the scope where printing takes place.

@drizk1
Copy link
Author

drizk1 commented Jul 18, 2023

Thank you so much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants