Skip to content

Commit a1c2260

Browse files
committed
Merge branch 'develop' of https://github.com/colour-science/colour into develop
2 parents b9a25af + 6dfde45 commit a1c2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour/constants/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
int.
4949
"""
5050

51-
EPSILON: float = cast(float, np.finfo(np.float_).eps)
51+
EPSILON: float = cast(float, np.finfo(np.double).eps)
5252
"""
5353
Default epsilon value for tolerance and singularities avoidance in various
5454
computations.

0 commit comments

Comments
 (0)