diff -r 212f75931da0 -r f75bf34adda0 src/mapping/dataterm.rs --- a/src/mapping/dataterm.rs Thu May 08 22:53:31 2025 -0500 +++ b/src/mapping/dataterm.rs Sun May 11 02:03:45 2025 -0500 @@ -128,9 +128,9 @@ impl<'a, F, X, Y, A, G> LipschitzDifferentiableImpl for DataTerm where F: Float, - X: Normed + Clone, + X: Normed, Y: Normed, - A: Clone + BoundedLinear, + A: BoundedLinear, G: Mapping + LipschitzDifferentiableImpl, Self: DifferentiableImpl, {