jhardenberg / smmregrid

A compact regridder using sparse matrix multiplication
Apache License 2.0
8 stars 0 forks source link

Deprecation error in sparse #24

Closed oloapinivad closed 1 month ago

oloapinivad commented 9 months ago
DeprecationWarning: /LUMI_TYKKY_enQ4Hkr/miniconda/envs/env1/lib/python3.11/site-packages/sparse/_coo/core.py:215: DeprecationWarning: coords should be an ndarray. This will raise a ValueError in the future.

L52 from weights.py should be the point where the deprecation is found

oloapinivad commented 1 month ago

Closing this since it is on sparse, not on us