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

Implement showable to check that all components are finite #470

Merged
merged 1 commit into from
Apr 10, 2021

Conversation

kimikage
Copy link
Collaborator

This is useful to avoid conversion errors in advance.
Since NaN/Inf may be caused by bugs, implicit clamping is not performed. This is in contrast to clamping for out-of-gamut colors.

Closes #469.

This is useful to avoid conversion errors in advance.
Since `NaN`/`Inf` may be caused by bugs, implicit clamping is not performed.
@codecov
Copy link

codecov bot commented Apr 10, 2021

Codecov Report

Merging #470 (0dda8b2) into master (9a2bbd6) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
+ Coverage   90.50%   90.54%   +0.03%     
==========================================
  Files           9        9              
  Lines         948      952       +4     
==========================================
+ Hits          858      862       +4     
  Misses         90       90              
Impacted Files Coverage Δ
src/display.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a2bbd6...0dda8b2. Read the comment docs.

@kimikage
Copy link
Collaborator Author

If this is urgent, you can release v0.12.8.

@kimikage kimikage merged commit 007a8c8 into JuliaGraphics:master Apr 10, 2021
@kimikage kimikage deleted the showable_finite branch April 10, 2021 13:22
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 this pull request may close these issues.

NaNs are not showable
2 participants