Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2024
1 parent 51e7c37 commit 89e8884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepmd/dpmodel/descriptor/hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def get_stat_mean_and_stddev(
mean_list.append(mean_item)
stddev_list.append(stddev_item)
return mean_list, stddev_list

def enable_compression(
self,
min_nbor_dist: float,
Expand Down
2 changes: 1 addition & 1 deletion deepmd/pt/model/descriptor/hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def get_stat_mean_and_stddev(
mean_list.append(mean_item)
stddev_list.append(stddev_item)
return mean_list, stddev_list

def enable_compression(
self,
min_nbor_dist: float,
Expand Down

0 comments on commit 89e8884

Please sign in to comment.