Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/colour-science/colour in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
KelSolaar committed Jul 5, 2024
2 parents b9a25af + 6dfde45 commit a1c2260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/constants/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
int.
"""

EPSILON: float = cast(float, np.finfo(np.float_).eps)
EPSILON: float = cast(float, np.finfo(np.double).eps)
"""
Default epsilon value for tolerance and singularities avoidance in various
computations.
Expand Down

0 comments on commit a1c2260

Please sign in to comment.