Skip to content

Commit

Permalink
linters corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Mamalet committed Oct 14, 2024
1 parent 96333bd commit 4c8d32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deel/torchlip/modules/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from ..utils import bjorck_norm
from ..normalizers import DEFAULT_EPS_BJORCK
from ..normalizers import DEFAULT_EPS_SPECTRAL
from ..normalizers import DEFAULT_MAXITER_SPECTRAL
from ..utils import frobenius_norm
from .module import LipschitzModule

Expand Down
2 changes: 1 addition & 1 deletion tests/utils_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"InvertibleDownSampling",
"InvertibleUpSampling",
"evaluate_lip_const",
"DEFAULT_NITER_SPECTRAL_INIT",
"DEFAULT_EPS_SPECTRAL",
"invertible_downsample",
"invertible_upsample",
"bjorck_norm",
Expand Down

0 comments on commit 4c8d32b

Please sign in to comment.