Skip to content

Commit

Permalink
passing linear_kwargs as in ott docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Arina Danilina committed Oct 7, 2023
1 parent d6ac3ff commit af118e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/moscot/backends/ott/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def __init__(
quad_initializer=initializer,
kwargs_init=initializer_kwargs,
**linear_solver_kwargs,
**kwargs,
)

else:
Expand All @@ -266,7 +265,6 @@ def __init__(
rank=rank,
quad_initializer=initializer,
kwargs_init=initializer_kwargs,
**linear_solver_kwargs,
**kwargs,
)

Expand Down

0 comments on commit af118e4

Please sign in to comment.