Skip to content

Commit 7d71073

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5cfac16 commit 7d71073

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pyFAI/method_registry.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ def select_one_available(cls, method, dim=None, default=None, degradable=False):
203203
def select_method(cls, dim=None, split=None, algo=None, impl=None,
204204
target=None, target_type=None, degradable=True, method=None):
205205
"""Retrieve all algorithm which are fitting the requirement:
206-
206+
207207
:param int dim:
208208
:param str split:
209-
209+
210210
:return: list of compatible methods or None
211211
"""
212212
if method is not None:
@@ -327,7 +327,7 @@ def is_available(cls, dim=None, split=None, algo=None, impl=None, method_nt=None
327327
@classmethod
328328
def parse(cls, smth, dim=1):
329329
"""Parse the string/list/tuple/dict for the content
330-
330+
331331
:param smth: somthing
332332
:param int dim: dimentionnalty of integrator
333333
:return: one method fitting the requirement or the default method
@@ -542,4 +542,3 @@ def unweighted(self):
542542
cpy = copy.copy(self)
543543
cpy._weighted_average = False
544544
return cpy
545-

0 commit comments

Comments
 (0)