Skip to content

Commit

Permalink
style: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Feb 28, 2024
1 parent ab0567a commit a1e006f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mrinufft/operators/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def get_operator(backend_name: str, *args, autograd=None, **kwargs):
Backend name
autograd: str, default None
if set to "data" will provide an operator with autodiff capabilities with respect to it.
if set to "data" will provide an operator with autodiff capabilities with
respect to it.
*args, **kwargs:
Arguments to pass to the operator constructor.
Expand Down

0 comments on commit a1e006f

Please sign in to comment.