Skip to content

Commit 5613cf3

Browse files
committed
cleanup
1 parent f5087dd commit 5613cf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- fix: dataset `identifier` is session-unique for `RTDC_HTTP`
33
- fix: dataset `hash` must be globally unique for `RTDC_HTTP` and `RTDC_S3`
44
- fix: strip quotes from ETag in `S3File`
5-
- enh: internal basin features now count as `basins_innate`
5+
- enh: internal basin features now count as `features_innate`
66
- enh: add unified `logger` property for all instances of `RTDCBase`
77
0.71.3
88
- enh: disable HDF5 file locking for basic reading operations

dclab/rtdc_dataset/copier.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def rtdc_copy(src_h5file: h5py.Group,
8484
f"or one of 'all', 'scalar' or 'none', got "
8585
f"'{features}'")
8686

87+
feature_iter = list(set(feature_iter))
88+
8789
# copy internal basins
8890
basin_feat, basin_bytes = internal_basin_events_copy(
8991
src_h5file=src_h5file,

0 commit comments

Comments
 (0)