Skip to content

Commit

Permalink
Provide "species" from model params to EMLEBase
Browse files Browse the repository at this point in the history
  • Loading branch information
kzinovjev committed Oct 22, 2024
1 parent 760ac56 commit 197b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emle/models/_emle.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def __init__(
aev_computer=self._aev_computer,
aev_mask=aev_mask,
alpha_mode=self._alpha_mode,
species=self._species,
species=params.get("species", self._species),
device=device,
dtype=dtype,
)
Expand Down

0 comments on commit 197b6d4

Please sign in to comment.