Skip to content

Commit

Permalink
Update deepmd/tf/fit/dipole.py
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and Copilot authored Nov 22, 2024
1 parent 42e9f98 commit b4d1418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/tf/fit/dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(
self.mixed_prec = None
self.mixed_types = mixed_types
self.type_map = type_map
self.numb_aparam = numb_fparam
self.numb_fparam = numb_fparam
self.numb_aparam = numb_aparam
if numb_fparam > 0:
raise ValueError("numb_fparam is not supported in the dipole fitting")
Expand Down

0 comments on commit b4d1418

Please sign in to comment.