-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When opening many instances of HDF5Data of the same file. A memory leak appears.
import time
import gc
from dcnum.read import HDF5Data
path = "2025-02-09_09.46_M003_Reference_30000.rtdc"
while True:
time.sleep(0.1)
with HDF5Data(path):
pass
gc.collect()Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working