Skip to content

Commit

Permalink
Got rid of superfluous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jul 17, 2024
1 parent 789f909 commit ba660fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mala/targets/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba660fe

Please sign in to comment.