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

Don't display NG when decorations = false #639

Closed
dpsanders opened this issue Apr 28, 2024 · 1 comment · Fixed by #641
Closed

Don't display NG when decorations = false #639

dpsanders opened this issue Apr 28, 2024 · 1 comment · Fixed by #641

Comments

@dpsanders
Copy link
Member

dpsanders commented Apr 28, 2024

julia> setdisplay(decorations = false);

julia> x = 3..Inf
[3.0, ∞)

julia> f(y) = y^2 - 2

julia> f(x)
[7.0, ∞)_NG
@OlivierHnt
Copy link
Member

This is the intended behaviour. But it may be worth having an additional option to setdisplay to remove the "NG" flag.

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

Successfully merging a pull request may close this issue.

2 participants