Skip to content

Commit df875cf

Browse files
committed
Merge branch 'fix-node-ebd-ext' of https://github.com/caic99/deepmd-kit into fix-node-ebd-ext
2 parents 8804e7f + 511c207 commit df875cf

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)