Skip to content

Commit 1a2b962

Browse files
authored
Merge pull request #206 from jhlegarreta/doc/remove-lovo-split-test-docstring
DOC: Remove unnecessary lovo splitting test function docstring
2 parents 676cd91 + 92af666 commit 1a2b962

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test_splitting.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929

3030

3131
def test_lovo_split(request, datadir):
32-
"""
33-
Test the lovo_split function.
34-
35-
Parameters:
36-
- datadir: The directory containing the test data.
37-
38-
Returns:
39-
None
40-
41-
"""
4232
data = DWI.from_filename(datadir / "dwi.h5")
4333

4434
# Set zeros in dataobj and gradients of the dwi object

0 commit comments

Comments
 (0)