#1135060 orange-spectroscopy: tests fail with scipy 1.17: array must not contain infs or NaNs

#1135060#5
Date:
2026-04-27 08:16:38 UTC
From:
To:
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.