QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Duplicate entry in result.hdf5 #12

Closed kwnminho closed 4 years ago

kwnminho commented 7 years ago

'experiments\iterations' node and '\iterations' node seem to have identical data entries, as shown in the attachment. Is it for a reason for a bug? Consolidating these will save space.

duplicate entry

c-poole commented 4 years ago

This is the result of a hard link where two paths in the HDF5 file point to the same data. The data is not stored twice, so there isn't anything to be gained by only allowing access via one path. I'm not sure of the specific reasoning for having this in the first place, but it definitely has to do with the optimizer. Closing for now since there isn't actually data duplication.