Skip to content

Commit

Permalink
Merge pull request #101 from dptech-corp/change-rcond
Browse files Browse the repository at this point in the history
change the default value of `rcond` from `1e-3` to `None`
  • Loading branch information
iProzd authored Jul 20, 2023
2 parents 51d9ed5 + 6e30b51 commit 0e2cb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd_pt/utils/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def make_stat_input(datasets, dataloaders, nbatches):
return lst


def compute_output_stats(energy, natoms, rcond=1e-3):
def compute_output_stats(energy, natoms, rcond=None):
"""Update mean and stddev for descriptor elements.
Args:
Expand Down

0 comments on commit 0e2cb9c

Please sign in to comment.