Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
87592d11
Commit
87592d11
authored
Aug 02, 2018
by
Paul McCarthy
🚵
Browse files
Explicitly do not memmap, otherwise windows has trouble closing file handles.
parent
16c69632
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/wrapperutils.py
View file @
87592d11
...
...
@@ -915,7 +915,7 @@ def fileOrImage(*args, **kwargs):
# create an independent in-memory
# copy of the image file
img
=
nib
.
load
(
path
)
img
=
nib
.
load
(
path
,
mmap
=
False
)
# if any arguments were fsl images,
# that takes precedence.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment