Skip to content

Commit 8e4191b

Browse files
committed
update two test results
1 parent e701aa9 commit 8e4191b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

tests/integrate/204_NO_KP_AFM/result.ref

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ etotref -6335.8830315768318542
22
etotperatomref -3167.9415157884
33
totalforceref 0.000000
44
totalstressref 14362.951992
5-
Compare_mulliken_pass 1
5+
Compare_mulliken_pass 0
66
pointgroupref O_h
77
spacegroupref O_h
88
nksibzref 2
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
etotref -6438.744125919878
2-
etotperatomref -3219.3720629599
1+
etotref -6270.25051288218
2+
etotperatomref -3135.1252564411
33
pointgroupref O_h
44
spacegroupref O_h
5-
nksibzref 4
6-
totaltimeref 10.25
5+
nksibzref 2
6+
totaltimeref 1.92

tests/integrate/tools/CompareFile.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
- 1: assure the absolute difference of two float value is smaller than accuracy
1414
- Default is 1
1515
16-
This script is used to compare whether two files are
17-
same.
16+
This script is used to compare whether two files are the same.
1817
If compared two strings are different OR the difference
19-
of two float value is larger than accuracy, then the
20-
comparing is failed.
18+
of two float value is larger than the accuracy threshold, then the
19+
comparing fails.
2120
When the script is finished, then a followed bash command
22-
:$? can be used to check if the comparing is passed, where
21+
:$? can be used to check if the comparing passes, where
2322
0 means passed and 1 means not passed.
2423
'''
2524

0 commit comments

Comments
 (0)