Skip to content

Commit

Permalink
Revert "rm shift from rot test"
Browse files Browse the repository at this point in the history
This reverts commit 07b611e.
  • Loading branch information
iProzd committed May 29, 2024
1 parent 07b611e commit ebd9289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/tests/pt/model/test_dipole_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_rot(self):
_,
nlist,
) = extend_input_and_build_neighbor_list(
xyz, atype, self.rcut, self.sel, False, box=self.cell
xyz + self.shift, atype, self.rcut, self.sel, False, box=self.cell
)

rd0, gr0, _, _, _ = self.dd0(
Expand Down
2 changes: 1 addition & 1 deletion source/tests/pt/model/test_polarizability_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_rot(self):
_,
nlist,
) = extend_input_and_build_neighbor_list(
xyz, atype, self.rcut, self.sel, False, box=self.cell
xyz + self.shift, atype, self.rcut, self.sel, False, box=self.cell
)

rd0, gr0, _, _, _ = self.dd0(
Expand Down

0 comments on commit ebd9289

Please sign in to comment.