From 1276ef2a55040587e8aa42589b5aa8d9657c3dfc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 15 Jan 2025 09:52:58 +0100 Subject: [PATCH] python312Packages.torchrl: add a better comment for skipped test --- pkgs/development/python-modules/torchrl/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/torchrl/default.nix b/pkgs/development/python-modules/torchrl/default.nix index 759ce4b4b5dc..7977725b1d95 100644 --- a/pkgs/development/python-modules/torchrl/default.nix +++ b/pkgs/development/python-modules/torchrl/default.nix @@ -175,7 +175,8 @@ buildPythonPackage rec { "test_gae_param_as_tensor" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ - # Flaky (AssertionError) + # Flaky + # AssertionError: assert tensor([51.]) == ((5 * 11) + 2) "test_vecnorm_parallel_auto" ];