Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ruff and remove redundant pre-commits #278

Merged
merged 18 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into pre-commit/flake8
  • Loading branch information
giovp authored Feb 14, 2023
commit 08801602257c3010d5479634b0e8275e070f6a4d
3 changes: 2 additions & 1 deletion src/ott/solvers/nn/neuraldual.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ def setup(
else:
if self.parallel_updates:
warnings.warn(
'parallel_updates set to True but disabling it because num_inner_iters>1',
'parallel_updates set to True but disabling it '
'because num_inner_iters>1',
stacklevel=2
)
if self.back_and_forth:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.