Skip to content

Commit ba00338

Browse files
authored
Update README.md
1 parent 5fe569d commit ba00338

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ of length $d$), and the trailing tensor dimensions of the Jacobian
133133
tensor $G$ and the input uncertainty tensor $U$ correspond to
134134
these indices. The code below provides an implementation.
135135

136-
import jax.numpy as jnp
137-
from jax import Array
138-
139136
def make_lpu(d: int) -> Callable[[Array, Array], Array]:
140137
"""
141138
Returns the law of propagation of uncertainty.

0 commit comments

Comments
 (0)