Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Mar 5, 2024
1 parent fbf3302 commit bb64fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):
).reshape([1, self.nloc * 3])
self.atype = np.array([0, 0, 1], dtype=int).reshape([1, self.nloc])
self.cell = 2.0 * np.eye(3).reshape([1, 9])
# sel = [5, 2]=======
# sel = [5, 2]
self.sel = [16, 8]
self.rcut = 2.2
self.rcut_smth = 0.4
Expand Down

0 comments on commit bb64fb6

Please sign in to comment.