Skip to content

Commit

Permalink
Adjusting SAN test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg141 committed Feb 16, 2024
1 parent 362bf30 commit 29aa801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nn/simplicial/test_san.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_forward(self):
assert torch.any(
torch.isclose(
model(x, laplacian_up_1, laplacian_down_1)[0],
torch.tensor([2.8254, -0.9797]),
torch.tensor([-2.5604, -3.5924]),
rtol=1e-02,
)
)
Expand Down

0 comments on commit 29aa801

Please sign in to comment.