Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Dec 14, 2023
1 parent 7ec5ba8 commit 5256f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from tad_dftd3 import reference


def test_ref():
def test_ref() -> None:
c6_np = reference._load_c6_npy(dtype=torch.double)
c6_pt = reference._load_c6_pt(dtype=torch.double)

Expand Down

0 comments on commit 5256f06

Please sign in to comment.