You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dpdata/cp2k/output.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ def __next__(self):
49
49
assertall(eq1), (log_info_dict,xyz_info_dict,'There may be errors in the file')
50
50
assertall(eq2), (log_info_dict,xyz_info_dict,'There may be errors in the file')
51
51
assertall(eq3), (log_info_dict,xyz_info_dict,'There may be errors in the file')
52
-
assertabs(log_info_dict['energies']-xyz_info_dict['energies'])<1E-4, (log_info_dict['energies'],xyz_info_dict['energies'],'There may be errors in the file')
52
+
assertlog_info_dict['energies']==xyz_info_dict['energies'], (log_info_dict['energies'],xyz_info_dict['energies'],'There may be errors in the file')
0 commit comments