Skip to content

Commit

Permalink
True, not False
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 20, 2024
1 parent b9f640b commit d3e244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/model/model/make_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def forward_common(
self.get_sel(),
# types will be distinguished in the lower interface,
# so it doesn't need to be distinguished here
mixed_types=False,
mixed_types=True,
box=bb,
)
model_predict_lower = self.forward_common_lower(
Expand Down

0 comments on commit d3e244b

Please sign in to comment.