From ba660fe5d803e9ec66239f84be64bbbed4c68586 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Wed, 17 Jul 2024 17:38:33 +0200 Subject: [PATCH] Got rid of superfluous print statement --- mala/targets/target.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mala/targets/target.py b/mala/targets/target.py index 31d962508..79c5222b5 100644 --- a/mala/targets/target.py +++ b/mala/targets/target.py @@ -348,7 +348,6 @@ def read_additional_calculation_data(self, data, data_type=None): try: self.atomic_forces_dft = self.atoms.get_forces() except ase.calculators.calculator.PropertyNotImplementedError: - print("CAUGHT AN ERROR!") pass # Parse the file for energy values.