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

Don't use memmap when reading FITS data #166

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Don't use memmap when reading FITS data #166

merged 1 commit into from
Jan 30, 2023

Conversation

ortk95
Copy link
Owner

@ortk95 ortk95 commented Jan 30, 2023

memmap=True can cause issues by opening too many file handles if processing large numbers of observations

Checklist before creating new release

  • Run unit tests
  • Increase version number
  • Run spell check on documentation
  • Check any changes to requirements.txt are reflected in setup.py

`memmap=True` can cause issues by opening too many file handles if processing large numbers of observations
@ortk95 ortk95 merged commit 95a7d28 into main Jan 30, 2023
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.

1 participant