ratt-ru / QuartiCal

CubiCal, but with greater power.
MIT License
8 stars 4 forks source link

Fix multiple sources of warnings #263

Closed JSKenyon closed 1 year ago

JSKenyon commented 1 year ago

While running the test suite, I noticed that a huge number of warnings were being generated. These were related to a numpy indexing quirk exposed by dask and the pending deprecation of interp2d in scipy. This PR fixes these issues, massively reducing the spurious warnings. Some warnings remain but they are all upstream and have been reported on the various repositories.