Skip to content

Commit ebe702c

Browse files
committed
Removed ref param in nibabel.streamlines.load
1 parent 111f53a commit ebe702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def detect_format(fileobj):
5959
return None
6060

6161

62-
def load(fileobj, lazy_load=False, ref=None):
62+
def load(fileobj, lazy_load=False):
6363
""" Loads streamlines in *RAS+* and *mm* space from a file-like object.
6464
6565
Parameters

0 commit comments

Comments
 (0)