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

Properly close basin datasets #238

Closed
paulmueller opened this issue Oct 6, 2023 · 1 comment
Closed

Properly close basin datasets #238

paulmueller opened this issue Oct 6, 2023 · 1 comment
Labels

Comments

@paulmueller
Copy link
Member

RTDC_HDF5 has __enter__ and __exit__ specified. But if we have a basin dataset, we might also run into a memory leak:

There should be an __exit__ or close method defined in RTDCBase, so basin datasets can get cleaned up properly.

Related: #226 #214 #237

@paulmueller
Copy link
Member Author

ee39e87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant