From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oGnAHBHA5mRFWgAASxT56A (envelope-from ) for ; Thu, 24 Aug 2023 04:27:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yHLuHBHA5mQtFAEA9RJhRA (envelope-from ) for ; Thu, 24 Aug 2023 04:27:29 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B80A231A67 for ; Thu, 24 Aug 2023 04:27:28 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="noa49/wA"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692844049; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZBPZQhBv5uq2/cD/Y51GfyMRuWB0oGWcWiA735HXLYc=; b=ALWnMEifb7A/9GXb7gWNSDME8EflHNL03bP5r9q3C79Q8ffCGMzyC2L99n+0lOhrVCOSZk X7QI0O/E2KZDet4zUhQgkstkpEKN5oZsWBULgXCSrq9kf4ntpmfkZalxyFUk/Aucszjwan AYM6VjFh/XEOCCC2zBm/GcJoGX7Fgqp/Ror7IP72EUBrXhTr2x+SKGyuN1xg+nRajeASHh 2nGv3ZBauCWeCkgAtx85jEno/dMrsU0EHsJpQO8UO34HtDGId/qkFVvooWURHW6gMUrY7x l5RBit7vv1fkbYCcI3b1tvzYwOpEKPozWFQFqdY501ooswbxEnO8Lm1OTcN+xw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="noa49/wA"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692844049; a=rsa-sha256; cv=none; b=KZp0F8zS88xoBf5CjOtBxtlvVA2778SAVRjz9OyleJCGluMR4eCwqpTJ0EF9Ledn0UMo4w SVE+VawrSkOLg48KXS+dneNuPVAZbBvjYFa/h6CIeU8adC0WANalVdvWfIKXa37pnNEy8E vUvXt3jJJTDBhGQzWX5CcIC4NZHz8M73hPVkf2DfCBT2RCyrqd6o2wVMY9jVakDCsYTpJS pV1MWDuMW9U/wyGgTo7mNv3uQOQbjRZiqbjfWGTNl/vpIewh5Y+GrAjwhkGekgy4VD7osg ASEt8mgdKjr+5Fw51JUo/PDG3gPdd9ulNJCgkb0LSyZCK+HBlJ0TZheZ4lQqCg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZ03p-00067M-Nh; Wed, 23 Aug 2023 22:27:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZ03m-00067D-La for guix-patches@gnu.org; Wed, 23 Aug 2023 22:26:58 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qZ03m-0007Ju-9j for guix-patches@gnu.org; Wed, 23 Aug 2023 22:26:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZ03p-0001YK-Kp for guix-patches@gnu.org; Wed, 23 Aug 2023 22:27:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63621] [PATCH 0/6] Add PyTorch-related statistics libraries. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Aug 2023 02:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63621 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 63621@debbugs.gnu.org Received: via spool by 63621-submit@debbugs.gnu.org id=B63621.16928439765905 (code B ref 63621); Thu, 24 Aug 2023 02:27:01 +0000 Received: (at 63621) by debbugs.gnu.org; 24 Aug 2023 02:26:16 +0000 Received: from localhost ([127.0.0.1]:35714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZ036-0001XB-DL for submit@debbugs.gnu.org; Wed, 23 Aug 2023 22:26:16 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZ033-0001Ww-9j for 63621@debbugs.gnu.org; Wed, 23 Aug 2023 22:26:15 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 43404240027 for <63621@debbugs.gnu.org>; Thu, 24 Aug 2023 04:26:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1692843963; bh=ZBPZQhBv5uq2/cD/Y51GfyMRuWB0oGWcWiA735HXLYc=; h=Message-ID:Subject:From:To:Cc:Date:Content-Transfer-Encoding: MIME-Version:From; b=noa49/wA47zBYySBx8HrlTdmMA+LXXpMXEw0qIzP1hhmU+GrRbEpe2b2vDWI1hel1 mymx6UQHO1X01VoLD3yDuvmBA25IRPv66uRYVuwTSoKNzHedFQkVEvEEGLvPYxwIGP fKV4r+MarMKf8Z/nfz9PFVqsh4G6ByIu4onMAKCGRL83yMntAJO8qYxJsIq0/Pe6si H9FTrq70cuknwpsYRHNvd+gJR5/7EBmSuAojvdu6f9mR3kCdxzzwRRkGJPZyTm2+Hv LcxVb0egn4dI3E4whZI1So1IH5H7ISAF1Px19I9PJq+HxRLRjHEYtCUn75NjwdqVfx nO6f0DaY8lHLQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RWRlY3pXcz9s24; Thu, 24 Aug 2023 04:26:01 +0200 (CEST) Message-ID: From: Vinicius Monego Date: Thu, 24 Aug 2023 02:25:54 +0000 In-Reply-To: <87bkf0bl9k.fsf_-_@gnu.org> References: <20230521025911.1278475-1-monego@posteo.net> <87y1inrlou.fsf@gnu.org> <87bkf0bl9k.fsf_-_@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 2.59 X-Spam-Score: 2.59 X-Migadu-Queue-Id: B80A231A67 X-TUID: 6aNC+H5bpiVn Em seg, 2023-08-21 =C3=A0s 15:03 +0200, Ludovic Court=C3=A8s escreveu: > Hi! >=20 > Friendly reminder.=C2=A0 :-) Hi Ludo, Could you take another look at https://issues.guix.gnu.org/63980? It doesn't feel right to delete sanity checks in this series or having to work around it because of typeguard. I updated the packages to their latest version and had to introduce a new package (python-jaxtyping). But now some tests are failing in gpytorch, so I'm taking a look at that. Vinicius