File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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`
770.71.3
88 - enh: disable HDF5 file locking for basic reading operations
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments