Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Feb 22, 2024
1 parent eee3048 commit 6da24c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/model/task/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def serialize(self) -> dict:
## NOTICE: not supported by far
"tot_ener_zero": False,
"trainable": [True] * (len(self.neuron) + 1),
"atom_ener": [],
"atom_ener": None,
"layer_name": None,
"use_aparam_as_mask": False,
"spin": None,
Expand Down

0 comments on commit 6da24c0

Please sign in to comment.