mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix more URLs (#153277)
Or ignore them. Found by running the lint_urls.sh script locally with https://github.com/pytorch/pytorch/pull/153246 Pull Request resolved: https://github.com/pytorch/pytorch/pull/153277 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
de92296bbb
commit
7d39e73c57
@ -687,7 +687,7 @@ class TestGradTransform(TestCase):
|
||||
expected = (torch.zeros_like(x), torch.ones_like(x))
|
||||
self.assertEqual(result, expected)
|
||||
|
||||
# TODO: https://github.com/zou3519/functorch/issues/12
|
||||
# TODO: https://github.com/pytorch/functorch/issues/12
|
||||
@onlyCPU
|
||||
def test_unrelated_hessian(self, device):
|
||||
N = 5
|
||||
|
||||
Reference in New Issue
Block a user