Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and coderabbitai[bot] authored May 21, 2024
1 parent 694d500 commit 7cb00b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/tests/universal/common/cases/atomic_model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def test_get_ntypes(self):
def test_forward(self):
"""Test forward."""
nf = 1
nloc = 3
coord = np.array(
[
[0, 0, 0],
Expand Down
1 change: 0 additions & 1 deletion source/tests/universal/common/cases/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_get_ntypes(self):
def test_forward(self):
"""Test forward and forward_lower."""
nf = 1
nloc = 3
coord = np.array(
[
[0, 0, 0],
Expand Down

0 comments on commit 7cb00b9

Please sign in to comment.