Skip to content

Commit

Permalink
I hate the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTisi committed Jun 5, 2024
1 parent e388e7c commit 6182370
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/metatensor-torch/tests/operations/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,15 +399,14 @@ def test_high_numb():
),
),
TensorBlock(
values=torch.tensor([[2, 1], [6, 5],[4, 3]], dtype=torch.float32),
values=torch.tensor([[2, 1], [6, 5], [4, 3]], dtype=torch.float32),
samples=Labels(
names=["s1", "s2", "s3"],
values=torch.tensor(
[
[0, 1, 2],
[1, 5, 7],
[2, 3, 4],

]
),
),
Expand All @@ -418,7 +417,6 @@ def test_high_numb():
[
[5, 7000],
[100, 0],

]
),
),
Expand Down

0 comments on commit 6182370

Please sign in to comment.