Skip to content

Commit

Permalink
Update src/meshlode/calculators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Loche <philip.loche@posteo.de>
  • Loading branch information
kvhuguenin and PicoCentauri authored Dec 1, 2023
1 parent 227588e commit 7a178e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshlode/calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from meshlode.system import System


def my_1d_tolist(x: torch.Tensor):
def _my_1d_tolist(x: torch.Tensor):
"""Auxilary function to convert torch tensor to list of integers"""
result: List[int] = []
for i in x:
Expand Down

0 comments on commit 7a178e4

Please sign in to comment.