Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Do not set KEEP_FILE_OPEN_DEFAULT #1356

Merged
merged 3 commits into from Oct 31, 2018
Merged

Conversation

effigies
Copy link
Member

Keeping the file handle open within indexed_gzip may be producing the issue reported in gh-801. This will have us rely strictly on indexed_gzip's internal file handle management, and keep nibabel out of it.

Changes proposed in this pull request

  • Delete KEEP_FILE_OPEN_DEFAULT='auto' setting

Documentation that should be reviewed

Keeping the file handle open within indexed_gzip may be producing the issue reported in gh-801. This will have us rely strictly on indexed_gzip's internal file handle management, and keep nibabel out of it.
@effigies effigies merged commit 6d2edcb into master Oct 31, 2018
@effigies effigies deleted the enh/no_keep_file_open branch October 31, 2018 17:26
@effigies effigies added this to the 1.2.0 milestone Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant