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:
and now is more like:
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?
I recently detected that
ia.open()
seems to consum too much time and memory, apparently behaving likeia.load()
. For example, the script iarray_mean_disk.py used to look like this:and now is more like:
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?