Skip to content

Commit 3a84b54

Browse files
committed
Update: formatting
1 parent 982135b commit 3a84b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uncertaintyx/fit/eiv/jax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def opti(p: Array) -> tuple[Array, Array, Array]:
225225
:param p: The initial parameter values.
226226
:returns: The optimized parameter values, the cost, and the
227227
convergence status.
228-
"""
228+
"""
229229
tree = optimizer.init(p)
230230
cost, grad = cost_and_grad(p, state=tree)
231231
init = (0, p, tree, cost, grad, False)
@@ -235,7 +235,7 @@ def opti(p: Array) -> tuple[Array, Array, Array]:
235235
def post(p: Array) -> tuple[Array, Array]:
236236
"""
237237
Computes posterior parameter uncertainty.
238-
238+
239239
:param p: The optimized parameter values.
240240
:returns: The posterior parameter uncertainty tensor and parameter
241241
standard uncertainties.

0 commit comments

Comments
 (0)