FZJ-JSC / JuML

3 stars 1 forks source link

Fix HDF5 dimensionality on load_/dump_equal_chunks for more then two dimensions #58

Closed Markus-Goetz closed 8 years ago

Markus-Goetz commented 8 years ago

The std::swap in the load_equal chunks should actually be a reverse. In dump_equal_chunks not only the first two dimensions need to be swapped but all of them need to reversed

pglock commented 8 years ago

Fixed in save load Model branch