Skip to content

Commit

Permalink
[DEL] Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Jan 8, 2025
1 parent 73f307e commit 643ad38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/norm/test_hutchinson.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from functools import partial
from test.utils import check_estimator_convergence

from numpy import mean
from numpy.random import rand, seed
from pytest import mark

Expand Down
2 changes: 1 addition & 1 deletion test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from einops import rearrange, reduce
from einops.layers.torch import Rearrange
from numpy import eye, mean, ndarray
from numpy import eye, ndarray
from torch import Tensor, allclose, as_tensor, cat, cuda, device, dtype
from torch import eye as torch_eye
from torch import from_numpy, rand, randint, zeros_like
Expand Down

0 comments on commit 643ad38

Please sign in to comment.