Fixed bug in `bijectors.ops.Spline`
This small release fixes a bug in bijectors.ops.Spline
where the sign of log(det(J))
was inverted for the .inverse
method. It also fixes the unit tests so that they pick up this error in the future.
This small release fixes a bug in bijectors.ops.Spline
where the sign of log(det(J))
was inverted for the .inverse
method. It also fixes the unit tests so that they pick up this error in the future.