[Debian-pan-maintainers] Bug#1135060: orange-spectroscopy: tests fail with scipy 1.17: array must not contain infs or NaNs
Drew Parsons
dparsons at debian.org
Mon Apr 27 09:16:38 BST 2026
Source: orange-spectroscopy
Version: 0.9.1-1
Severity: normal
orange-spectroscopy is failing debci tests with scipy 1.17
(currently available in experimental):
e.g.
451s a = asarray(a, dtype=dtype, order=order)
451s if a.dtype.char in typecodes['AllFloat'] and not np.isfinite(a).all():
451s > raise ValueError(
451s "array must not contain infs or NaNs")
451s E ValueError: array must not contain infs or NaNs
451s
451s /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:665: ValueError
This bug will become RC severity: serious once scipy is later uploaded
to unstable.
More information about the Debian-pan-maintainers
mailing list