NeurodataWithoutBorders / lindi

Linked Data Interface (LINDI) - cloud-friendly access to NWB data
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

support track_order parameter when creating groups #37

Open magland opened 3 months ago

magland commented 3 months ago
          if `track_order` is true when creating an `h5py.Group`, then when iterating through the objects within the group, they are returned in order of creation, otherwise it is in ascending alphanumeric order. PyNWB doesn't use this. But I don't think it would hurt to pass this argument to `self._the_group.create_group(name)` below.

_Originally posted by @rly in https://github.com/NeurodataWithoutBorders/lindi/pull/28#discussion_r1550811635_