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 ff7bb7a commit 0d83542Copy full SHA for 0d83542
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