Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinzi committed Feb 26, 2021
1 parent 452c661 commit 4cb4826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emlp/solver/linear_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import jax.numpy as jnp
import numpy as np
import jax.jit as jit
import jax
from functools import reduce

class Lazy(LinearOperator):
Expand Down

0 comments on commit 4cb4826

Please sign in to comment.