Skip to content

Commit 33daa4b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23c7b64 commit 33daa4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deepmd/tf/descriptor/se_atten.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,9 @@ def enable_compression(
22882288
tebd_suffix : str, optional
22892289
Same as suffix.
22902290
"""
2291-
assert tebd_suffix == "", "DescrptDPA1Compat must use the same tebd_suffix as suffix!"
2291+
assert (
2292+
tebd_suffix == ""
2293+
), "DescrptDPA1Compat must use the same tebd_suffix as suffix!"
22922294
super().enable_compression(
22932295
min_nbor_dist,
22942296
graph,

0 commit comments

Comments
 (0)