Skip to content

Commit

Permalink
Merge pull request #7 from kzinovjev/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lohedges authored Feb 21, 2024
2 parents 3f47329 + d00a697 commit c110865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emle/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def __init__(

# Store the list of model files, removing any duplicates.
self._deepmd_model = list(set(deepmd_model))
if len(self._deepmd_model == 1 and deepmd_deviation):
if len(self._deepmd_model) == 1 and deepmd_deviation:
msg = (
"More that one DeePMD model needed to calculate the deviation!"
)
Expand Down

0 comments on commit c110865

Please sign in to comment.