juseg / hyoga

Paleoglacier modelling framework
https://hyoga.io
GNU General Public License v3.0
8 stars 0 forks source link

Profile interpolation crashes on scipy 1.10.0. #58

Closed juseg closed 1 year ago

juseg commented 1 year ago

Readthedocs builds to fail since latest scipy release.

This is related to scipy/scipy#17718, only affecting scipy==1.10.0 (will be fixed in 1.10.1).

Profile interpolation crashes on mixed precision, for instance mixing float32 PISM output data and float64 profile coordinates. While not an ideal solution for large arrays, the bug can be worked around by upcasting everything to float64.