We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On aarch64 and ppc64le, trying to build farver 2.0.1, the channel addition test fails with:
-- 1. Failure: adding channel works (@test-manip.R#30) ------------------------ add_to_channel(codes_alpha, "alpha", (1:10)/10) not equal to encode_colour(cols, alpha = alpha + (1:10)/10). 1/10 mismatches x[9]: "#7A67EEF1" y[9]: "#7A67EEF2"
I guess there is a slight rounding or floating-point difference somewhere.
The text was updated successfully, but these errors were encountered:
14cd76e
No branches or pull requests
On aarch64 and ppc64le, trying to build farver 2.0.1, the channel addition test fails with:
I guess there is a slight rounding or floating-point difference somewhere.
The text was updated successfully, but these errors were encountered: