Skip to content

Fixed bug in `bijectors.ops.Spline`

Compare
Choose a tag to compare
@stefanwebb stefanwebb released this 03 Mar 20:10
· 12 commits to main since this release

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.