Skip to content

Commit c81e243

Browse files
[github-action] formatting fixes
1 parent fe6c4bc commit c81e243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchhd/tests/test_basis_hv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ def test_sparsity(self):
273273
sparsity[i] = torch.sum(hv == -1).div(10000 * 100)
274274
assert between(torch.vstack(sparsity).mean().item(), 0.499, 0.501)
275275

276-
277276
def test_device(self):
278277
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
279278
hv = functional.level_hv(3, 52, device=device)

0 commit comments

Comments
 (0)