Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Jan 3, 2024
1 parent 7d6a8c2 commit e43131b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_disp/test_twobody.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def single(name: str, dtype: torch.dtype) -> None:
numbers = sample["numbers"].to(DEVICE)
positions = sample["positions"].to(**dd)
q = sample["q"].to(**dd)
charge = torch.tensor(0.0, **dd)
ref = sample["disp2"].to(**dd)

# TPSSh-D4-ATM parameters
Expand Down Expand Up @@ -182,7 +181,6 @@ def batch(name1: str, name2: str, dtype: torch.dtype) -> None:
]
)

charge = torch.zeros(numbers.shape[0], **dd)
ref = pack(
[
sample1["disp2"].to(**dd),
Expand Down

0 comments on commit e43131b

Please sign in to comment.