From 3de01405cf27442540f3b8f98c678ffe4107cbe5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:40:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- deepmd/utils/argcheck.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deepmd/utils/argcheck.py b/deepmd/utils/argcheck.py index 239a6a5755..b3f3b26fd0 100644 --- a/deepmd/utils/argcheck.py +++ b/deepmd/utils/argcheck.py @@ -1397,9 +1397,7 @@ def descrpt_variant_type_args(exclude_hybrid: bool = False) -> Variant: link_se_atten_v2 = make_link( "se_atten_v2", "model[standard]/descriptor[se_atten_v2]" ) - link_se_a_mask = make_link( - "se_a_mask", "model[standard]/descriptor[se_a_mask]" - ) + link_se_a_mask = make_link("se_a_mask", "model[standard]/descriptor[se_a_mask]") doc_descrpt_type = f"The type of the descritpor. See explanation below. \n\n\ - {link_lf}: Defines a local frame at each atom, and the compute the descriptor as local coordinates under this frame.\n\n\ - {link_se_e2_a}: Used by the smooth edition of Deep Potential. The full relative coordinates are used to construct the descriptor.\n\n\