We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RTDC_HDF5 has __enter__ and __exit__ specified. But if we have a basin dataset, we might also run into a memory leak:
RTDC_HDF5
__enter__
__exit__
There should be an __exit__ or close method defined in RTDCBase, so basin datasets can get cleaned up properly.
close
RTDCBase
Related: #226 #214 #237
The text was updated successfully, but these errors were encountered:
fix: partial workaround for #238
a76b69d
fix: make sure basins are always closed on context exit (#238)
ee39e87
Sorry, something went wrong.
No branches or pull requests
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__
orclose
method defined inRTDCBase
, so basin datasets can get cleaned up properly.Related: #226 #214 #237
The text was updated successfully, but these errors were encountered: