Skip to content

Commit

Permalink
fix se_r attr
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 28, 2022
1 parent 4f9d648 commit 9bc964d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepmd/utils/tabulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def __init__(self,

if isinstance(self.descrpt, deepmd.descriptor.DescrptSeR):
self.sel_a = self.descrpt.sel_r
self.rcut = self.descrpt.rcut_r
self.rcut_smth = self.descrpt.rcut_r_smth
self.rcut = self.descrpt.rcut
self.rcut_smth = self.descrpt.rcut_smth
elif isinstance(self.descrpt, deepmd.descriptor.DescrptSeA):
self.sel_a = self.descrpt.sel_a
self.rcut = self.descrpt.rcut_r
Expand Down

0 comments on commit 9bc964d

Please sign in to comment.