Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
irrational1005 authored Apr 6, 2022
2 parents 7787d43 + 2f6fdef commit cc869b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utils/test_geodesic.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from math import sqrt

import pytest
import torch

from torch_geometric.testing import withPackage
from torch_geometric.utils import geodesic_distance


@withPackage('gdist')
@pytest.mark.skip(reason="No way of currently testing this")
def test_geodesic_distance():
pos = torch.Tensor([[0, 0, 0], [2, 0, 0], [0, 2, 0], [2, 2, 0]])
face = torch.tensor([[0, 1, 3], [0, 2, 3]]).t()
Expand Down

0 comments on commit cc869b7

Please sign in to comment.