Unverified Commit 4b2538b6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.torch-geometric: disable test that fails on Darwin (#452667)

parents 03fc69e9 4125c43c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -246,6 +246,10 @@ buildPythonPackage rec {

    # RuntimeError: Boolean value of Tensor with more than one value is ambiguous
    "test_feature_store"
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    # NotImplementedError: The operator 'aten::logspace.out' is not currently implemented for the MPS device.
    "test_positional_encoding"
  ];

  meta = {