From d00a697f24d7923de852efa0fa900390f16c0dd4 Mon Sep 17 00:00:00 2001 From: Kirill Zinovjev Date: Wed, 21 Feb 2024 10:17:19 +0100 Subject: [PATCH] Typo --- emle/calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emle/calculator.py b/emle/calculator.py index 4954662..7ee5aae 100644 --- a/emle/calculator.py +++ b/emle/calculator.py @@ -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!" )