Skip to content

Commit ad2e565

Browse files
committed
fixing rebase
1 parent b45f90e commit ad2e565

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_permute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import unittest
3434
from parameterized import parameterized, parameterized_class
3535

36-
3736
import torch
3837
from torch.library import opcheck
3938
from torch_harmonics.utils import permute_to_0231, permute_to_0312

tests/testutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ def compare_tensors(msg, tensor1, tensor2, atol=1e-8, rtol=1e-5, verbose=False):
230230
tensor2_abs_bad = torch.abs(tensor2).flatten()[worst_diff].item()
231231
print(f"Worst allclose condition violation: {diff_bad} <= {atol} + {rtol} * {tensor2_abs_bad} = {atol + rtol * tensor2_abs_bad}")
232232

233-
return allclose
233+
return allclose

0 commit comments

Comments
 (0)