From a1e006f29bd0795c119e4fa62b7106bc800dc028 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Wed, 28 Feb 2024 12:26:36 +0100 Subject: [PATCH] style: docstring --- src/mrinufft/operators/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mrinufft/operators/base.py b/src/mrinufft/operators/base.py index 3a66a842c..a9d57d021 100644 --- a/src/mrinufft/operators/base.py +++ b/src/mrinufft/operators/base.py @@ -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.