DataAssimBench icon indicating copy to clipboard operation
DataAssimBench copied to clipboard

QGS updated to 1.0.0

Open kysolvik opened this issue 8 months ago • 1 comments

QGS package was recently updated to 1.0.0. Awesome that it's still being developed, but it's breaking tests currently.

Pinned it at 0.2.8 for now, but need to dive into the new documentation to update our code to work with 1.0.0.

The error:

ValueError: This operation requires zero fill values, but argument 0 had a fill value of -0.0.

kysolvik avatar Apr 04 '25 18:04 kysolvik

Issue may actually be sparse 0.15.4 -> 0.16.0. Fixed with ea9d8f68f0c720318c8ba2418f057f8c8ae34790 for now, but needs more investigation. Somehow, QGS is generating fill values of -0.0, while sparse requires fills of 0 for matrix multiplication. Could just be a floating point arithmetic error?

kysolvik avatar Apr 04 '25 20:04 kysolvik