Skip to content

Commit 511c207

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 29667c5 commit 511c207

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deepmd/pt/model/descriptor/dpa3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def init_subclass_params(sub_data, sub_class):
124124
raise ValueError(
125125
f"Input args must be a {sub_class.__name__} class or a dict!"
126126
)
127+
127128
self.use_ext_ebd = use_ext_ebd
128129
self.repflow_args = init_subclass_params(repflow, RepFlowArgs)
129130
self.activation_function = activation_function

0 commit comments

Comments
 (0)