You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #28 (comment)
The text was updated successfully, but these errors were encountered: