DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

check feature list for export for duplicates (#257) #261

Closed B-Hartmann closed 3 months ago

B-Hartmann commented 3 months ago

I implemented a quick fix for this issue using Python's set() method. Since redundant data is always bad, I implemented the fix not only for the export.hdf5() method, but also for the functions export.fcs() and export.tsv().

I added a test to check that it works for hdf5 files.