Some minor mistakes in the user guide. #1313
Jackchou00
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @Jackchou00, Thanks for the issue, appreciated! We unfortunately do not have a way to test all those examples so sometimes they do break! I will fix them. Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The user guide is really helpful when I try to comprehensively understand the library at the beginning. However, I have found some issues in the documentation, so if its outdated or have some minor mistakes, I listed two examples below.
User guide URL: https://colour.readthedocs.io/en/master/index.html
About 3.20.3 Blackbody
Output:
Meanwhile, if using(10, 10000, 10) instead of (0, 10000, 10), the code will work fine but can't get the same result as the documentation (All lines are red).
About 3.20.5 Luminous Efficiency Functions
Output:
Because there is no
PHOTOPIC_LEFS
andSCOTOPIC_LEFS
in thecolour
module. Use the following code instead:The code above will work fine and give the same result as the documentation.
Beta Was this translation helpful? Give feedback.
All reactions