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.
2 parents ff7bb7a + 0d83542 commit 8c4a199Copy full SHA for 8c4a199
colour/continuous/signal.py
@@ -556,9 +556,9 @@ def _undefined_function(
556
"""
557
558
raise ValueError(
559
- "Underlying signal interpolator function does not exists, "
560
- "please ensure you defined both "
561
- '"domain" and "range" variables!'
+ "Underlying signal interpolator function does not "
+ 'exists, please ensure that both "domain" and "range" '
+ "variables are defined!"
562
)
563
564
self._function = cast(Callable, _undefined_function)
0 commit comments