diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-06-23 20:08:29 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-06-23 20:08:29 +0200 |
commit | c0b52c1c841957b27e2dd82a11ecb3b4ff8db265 (patch) | |
tree | da07444182cf7caf88e65fb940f9315349ac03f4 /test_divergence.py | |
parent | 33278ad88f8290054aa2b421182019b9167f50ff (diff) |
Update the tests again and remove some useless ones.
Diffstat (limited to 'test_divergence.py')
-rw-r--r-- | test_divergence.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test_divergence.py b/test_divergence.py deleted file mode 100644 index fc7956c..0000000 --- a/test_divergence.py +++ /dev/null @@ -1,9 +0,0 @@ -import numpy as np -from colour import * -from colour.recovery import XYZ_to_sd_Jakob2019 -from gsoc_common import D65, plot_comparison - -if __name__ == "__main__": - XYZ = np.array([0.1788, 0.3576, 0.0596]) - found_sd, error = XYZ_to_sd_Jakob2019(XYZ, return_error=True) - plot_comparison(XYZ, found_sd, "Target", error, D65) |