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 Jun 3, 2024
1 parent 2e990cd commit 890df1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepmd/tf/descriptor/se_atten.py
Original file line number Diff line number Diff line change
Expand Up @@ -2339,4 +2339,4 @@ def serialize(self, suffix: str = "") -> dict:
data["attention_layers"] = self.update_attention_layers_serialize(
data["attention_layers"]
)
return data
return data
2 changes: 1 addition & 1 deletion deepmd/tf/descriptor/se_atten_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def __init__(
tebd_input_mode="strip",
smooth_type_embedding=True,
**kwargs,
)
)

0 comments on commit 890df1d

Please sign in to comment.