steven-varga / h5cpp

C++17 templates between [stl::vector | armadillo | eigen3 | ublas | blitz++] and HDF5 datasets
http://h5cpp.org
Other
142 stars 32 forks source link

Add unit test checking combinations of basic operations #33

Closed barcode closed 3 years ago

barcode commented 5 years ago

This test reads back the values it wrote and checks they are identical to the written data. This helps to detect cases where refactoring broke functionality.