Commit 4125c43c authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.torch-geometric: disable test that fails on some Darwin configurations

parent ff9a77e1
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 = {