Skip to content

Ignore attributes when copying HDF objects from one file to another

Philipp Schmidt requested to merge workaround/ignore-attrs-on-h5copy into master

Description

A workaround suggested by @danilevc to mitigate the libhdf segfaults caused by the new attributes when copying objects. It's not ideal, but it at least preserves the new attributes in the RAW data.

How Has This Been Tested?

Hotfixed in production and used during Bring-Up day.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Reviewers

@danilevc @kluyvert

Merge request reports