HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Implement H5Arename/H5Arename_by_name by copy #95

Closed mattjala closed 10 months ago

mattjala commented 11 months ago

This PR implements H5Arename(_by_name) by creating a new attribute of the desired name, copying the information, and deleting the old attribute.

The H5Arename test was removed from test_rest_vol.c because it would occasionally generate invalid datatypes for HSDS; the H5Arename tests in vol-tests are used to test this function.