Skip to content

Commit 7f84109

Browse files
authored
Update jax.py
1 parent 2cef519 commit 7f84109

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

uncertaintyx/fit/eiv/jax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def loss(q: Array, x: Array, y: Array, ux: Array, uy: Array) -> Array:
144144
:param y: The sample :math:`y \in \mathbb{R}^{n}`.
145145
:param ux: :math:`U(x) \in \mathbb{R}^{m \times m}`.
146146
:param uy: :math:`U(y) \in \mathbb{R}^{n \times n}`.
147-
148147
:returns: The sample loss.
149148
"""
150149
d = f(q, x) - y

0 commit comments

Comments
 (0)