Loading pkgs/development/python-modules/torchrl/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/torchrl/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading