Skip to content

Commit 862078a

Browse files
committed
change tol
1 parent 9f44b23 commit 862078a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/benchmarks/slb_2024_benchmarks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ def check_fig_3_fcc_ferric_fper():
190190

191191
composition = {"Fe": 1.0, "O": 1.0}
192192
assemblage = Composite([bcc, fper, mag], [0.5, 0.49, 0.01])
193-
fper.set_composition([0.05, 0.0, 0.95])
193+
fper.set_composition([0.04, 0.01, 0.95])
194194
equality_constraints = [["P", 1.0e5], ["phase_fraction", (mag, 0.0)]]
195-
sol = equilibrate(composition, assemblage, equality_constraints, tol=1.0e-5)
195+
sol = equilibrate(composition, assemblage, equality_constraints)
196196
T_a_wu_mag = sol[0].assemblage.temperature
197197
print(f"BCC-fper-mag triple point at 1 bar: {T_a_wu_mag:.2f} K")
198198

0 commit comments

Comments
 (0)