inaos / iron-array

2 stars 0 forks source link

Test different storage possibilities and support sparse on disk storage #448

Closed martaiborra closed 3 years ago

martaiborra commented 3 years ago

Test different storage possibilities and modify the iarray_reduce_multi function to support the persistent sparse storage.

martaiborra commented 3 years ago

Looks good to me. There is an outstanding error on Windows (only in Release mode?):

TEST 240/326 persistency:double_2 [FAIL]
ERR: D:\a\1\s\tests\test_persistency.c:62  should be true
TEST 241/326 persistency:float_2 [OK]
TEST 242/326 persistency:double_5 [FAIL]
ERR: D:\a\1\s\tests\test_persistency.c:62  should be true
TEST 243/326 persistency:float_7 [OK]

Fixed in 24925e078c69fb7819262675d1b749423d4cef1a .