Skip to content

Commit ae47857

Browse files
authored
Merge pull request #502 from bobmyhill/update_test_output
update brosh test output
2 parents 263076f + d09fd6a commit ae47857

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

misc/benchmarks/brosh_iron_endmembers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
assert(m.gibbs - G < 20.)
4242
# assert that the volumes are within 0.01 % of each other
4343
assert((m.V*1.e6 - V)/V < 1.e-4)
44-
print(P/1.e9, T, m.gibbs - G, m.V*1.e6 - V)
44+
print(f'{P/1.e9}, {T}, {m.gibbs - G:.1f}, {m.V*1.e6 - V:.1e}')
4545

4646
check_eos_consistency(liq, P=1.e10, T=2000., tol=1.e-4, verbose=True,
4747
including_shear_properties=False)

misc/ref/brosh_iron_endmembers.py.out

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.0001 1.0 0.7457638453925028 0.0003959115927596457
2-
0.0001 300.0 -0.32959291219958686 0.0002803380200182559
3-
1.0 1.0 0.5920831526891561 -1.6882014715946525e-05
4-
0.0001 1000.0 -0.7476791638400755 -0.0004271806888551666
5-
1.0 1000.0 -1.2944226238760166 -0.0007481539392468761
6-
3.0 1000.0 -2.559493837543414 -0.0005200049234046489
7-
10.0 1000.0 -5.329672390209453 -0.0005202957579744094
8-
40.0 1000.0 -9.573039395705564 1.8224257178012238e-05
1+
0.0001, 1.0, 0.7, 4.0e-04
2+
0.0001, 300.0, -0.3, 2.8e-04
3+
1.0, 1.0, 0.6, -1.7e-05
4+
0.0001, 1000.0, -0.7, -4.3e-04
5+
1.0, 1000.0, -1.3, -7.5e-04
6+
3.0, 1000.0, -2.6, -5.2e-04
7+
10.0, 1000.0, -5.3, -5.2e-04
8+
40.0, 1000.0, -9.6, 1.8e-05
99
Checking EoS consistency for 'burnman.minerals.SE_2015.liquid_iron' (not including shear properties)
1010
Expressions within tolerance of 0.000100
1111
G = F + PV : True

0 commit comments

Comments
 (0)