Skip to content

Commit

Permalink
fixing unrelated lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gurug-dev committed Sep 8, 2023
1 parent 212afd8 commit d3e241a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/nn/simplicial/test_san.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def test_forward(self):

assert torch.any(
torch.isclose(
model(x, laplacian_up_1, laplacian_down_1)[0], torch.tensor([0.7727, 0.2389]), rtol=1e-02
model(x, laplacian_up_1, laplacian_down_1)[0],
torch.tensor([0.7727, 0.2389]),
rtol=1e-02,
)
)

Expand Down

0 comments on commit d3e241a

Please sign in to comment.