-
-
Notifications
You must be signed in to change notification settings - Fork 452
attrs as kwarg #538
Copy link
Copy link
Closed
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Type
Projects
- StatusShow more project fieldsDone
Is there any reason why it's not possible to set the attrs of an array / group by passing a kwarg to the relevant creation function? e.g.:
(The current behavior is to ignore the
attrskwarg)Looking back in time, I see this discussion: #121. It seems attrs as a kwarg was not pursued because of concerns about matching the behavior of hdf5? How relevant is that concern today>