There are two failures in test_transform.py::test_hankel for MacOS/Windows CI:
One seems to be related to scipy v1.9.0: as dirty workaround we currently exclude scipy v1.9.0. If it will be resolved upstream, good. If not, it will resurface with any new SciPy version.
The other is that in 3. Spline; pts_per_dec with QWE it seems not to converge (but the result is still OK). Excluded for the moment.
There are two failures in
test_transform.py::test_hankel
for MacOS/Windows CI:scipy v1.9.0
: as dirty workaround we currently excludescipy v1.9.0
. If it will be resolved upstream, good. If not, it will resurface with any new SciPy version.3. Spline; pts_per_dec
with QWE it seems not to converge (but the result is still OK). Excluded for the moment.