Skip to content

Commit

Permalink
fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Jan 9, 2024
1 parent e0f077e commit f67fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd_utils/model_format/se_e2_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(
for ii in range(self.ntypes):
self.embeddings.append(
EmbeddingNet(
1,
in_dim,
self.neuron,
self.activation_function,
self.resnet_dt,
Expand Down

0 comments on commit f67fa21

Please sign in to comment.