Closed mfschubert closed 6 months ago
Eliminates the following warning:
FutureWarning: jnp.linalg.solve: batched 1D solves with b.ndim > 1 are deprecated, and in the future will be treated as a batched 2D solve. Use solve(a, b[..., None])[..., 0] to avoid this warning.
Eliminates the following warning: