[From nobody Mon Jul 27 23:21:09 2026
Received: (at submit) by bugs.debian.org; 27 Apr 2026 08:16:39 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-109.2 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 20; hammy, 110; neutral, 21; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;dparsons@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:35520)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;dparsons@debian.org&gt;) id 1wHH8x-005eo7-2k
 for submit@bugs.debian.org; Mon, 27 Apr 2026 08:16:39 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=lwZ6LE/RnZMMZFipYZCmgaZRZN8z29hrr1P/pL2JhzY=; b=haMEhkfJGtjcMg23RO3W6NWFTs
 4vdiC8IrnDF3ChKc8ODJQblyAhGkky645tGnCwHbBRubYNcFpI2ITX8afu/HN6xO4XbTKHLgl2IBW
 z715k310PsCQr4iaDK71dO42fbD5xo2qVB8+8AdEMJhHptiNKmg6ScACFFlq9/K2ro8Ad2ixgsCD7
 cxw/jdbK1M3HlqOUtWA4VInv+oB6VyvOP20DNOfNonkq/cM7etjabVt5Cjyc8/QWkYn0ERkuW8cah
 WuTQgdaGLqrqt66i26GzsFOXiNoEjy8eGG3XIRatGkFxVtUO/Ld9Rju45i6helLIBt5vW2ay0wS9y
 szY+z5yA==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;dparsons@debian.org&gt;)
 id 1wHH8w-005LZP-0s; Mon, 27 Apr 2026 08:16:38 +0000
Received: from drew by sandy with local (Exim 4.99.1)
 (envelope-from &lt;dparsons@debian.org&gt;) id 1wHH8w-0000000Bx4t-2LJs;
 Mon, 27 Apr 2026 10:16:38 +0200
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Drew Parsons &lt;dparsons@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: orange-spectroscopy: tests fail with scipy 1.17: array must not
 contain infs or NaNs
Message-ID: &lt;177727779852.2831482.735054251512789152.reportbug@sandy&gt;
X-Mailer: reportbug 13.2.0
Date: Mon, 27 Apr 2026 10:16:38 +0200
X-Debian-User: dparsons
Delivered-To: submit@bugs.debian.org

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 &gt;           raise ValueError(
451s                 &quot;array must not contain infs or NaNs&quot;)
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.
]