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
assertall(eq1), (log_info_dict,xyz_info_dict,'There may be errors in the file')
52
50
assertall(eq2), (log_info_dict,xyz_info_dict,'There may be errors in the file')
53
51
assertall(eq3), (log_info_dict,xyz_info_dict,'There may be errors in the file')
54
-
assertlog_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
+
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')
0 commit comments