Skip to content

Write attributes on streams

Afonso Mukai requested to merge write_attributes_on_streams into master

Created by: dominikwerder

Closes #77 (closed). File writer modules can use write_attributes_if_present to attach the attributes given in the JSON stream specification to an HDF object associated with the stream, e.g. the containing group. New test verifies that the attribute is written.

Merge request reports