We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c795ca4 commit ef510a5Copy full SHA for ef510a5
coloraide/algebra.py
@@ -552,7 +552,7 @@ def ilerp2d(
552
# Solve for new guess
553
xy = subtract(xy, solve(j, residual), dims=D1)
554
except ValueError: # pragma: no cover
555
- # The Jacobian matrix shouldn't fail inversion if we are out of range.
+ # The Jacobian matrix shouldn't fail inversion if we are in range.
556
# Out of range may give us values we cannot invert. There are potential
557
# ways to handle this to try and get moving again, but currently, we
558
# just give up. We do not guarantee out of gamut conversions.
0 commit comments