inaos / iron-array

2 stars 0 forks source link

ia.open() seems to behave as ia.load() #397

Closed FrancescAlted closed 3 years ago

FrancescAlted commented 3 years ago

I recently detected that ia.open() seems to consum too much time and memory, apparently behaving like ia.load(). For example, the script iarray_mean_disk.py used to look like this:

image

and now is more like:

image

In the latter it is clear that the open step (before the blus square brakets) takes much more memory. Perhaps this could be due to recent updates in Caterva. @aleixalcacer any clue on this one?

aleixalcacer commented 3 years ago

It is fixed in e096827.

Captura de pantalla 2021-02-26 a las 9 01 46

FrancescAlted commented 3 years ago

Cool. Thanks!