Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Feb 28, 2024
1 parent ced2a3a commit 9f0b9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepmd/tf/fit/ener.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def _compute_output_stats(self, all_stat, rcond=1e-3, mixed_type=False):
sys_tynatom,
assigned_bias=assigned_atom_ener,
rcond=rcond,
).ravel()
return energy_shift
)
return energy_shift.ravel()

def compute_input_stats(self, all_stat: dict, protection: float = 1e-2) -> None:
"""Compute the input statistics.
Expand Down

0 comments on commit 9f0b9b7

Please sign in to comment.