Avoid raising errors when operating on cells
Cell operations like interpolate and finding parametric coordinates can fail under certain conditions. Typically these call RaiseError on the worklet. But that can make a worklet unstable, so provide paths where no error is raised.
Edited by Kenneth Moreland