-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
PR: Implement "Colour Quality Scale" calculation support. #142
Closed
canavandl
wants to merge
18
commits into
colour-science:develop
from
canavandl:feature/ColorQualityScale
Closed
PR: Implement "Colour Quality Scale" calculation support. #142
canavandl
wants to merge
18
commits into
colour-science:develop
from
canavandl:feature/ColorQualityScale
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…agicmethod PR: Implement "__pow__" magic method support for "colour.SpectralPowerDistribution" and "colour.TriSpectralPowerDistribution" classes.
…need to be replaced
…to feature/ColorQualityScale
… travis CI build to fail
KelSolaar
changed the title
PR: Implement "Color Quality Scale" calculation support
PR: Implement "Colour Quality Scale" calculation support
Sep 22, 2014
KelSolaar
changed the title
PR: Implement "Colour Quality Scale" calculation support
PR: Implement "Colour Quality Scale" calculation support.
Sep 24, 2014
I merged your latest changes into the feature/colour_quality_scale branch. I will create a PR from there and close this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In reference to Issue #60
Test values were filled with returned values (so that the tests passed) and need to be verified using the NIST CQS calculator (cie2.nist.gov/TC1-69/NIST%20CQS%20simulation%207.4.xls) before merging.