Skip to content

Commit 5ff20b1

Browse files
committed
relaxed zero tolerance for endmember solution test
1 parent e575de7 commit 5ff20b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def test_order_disorder(self):
671671
opx = orthopyroxene()
672672
opx.set_composition(np.array([0.0, 1.0]))
673673
opx.set_state(1.0e5, 300.0)
674-
self.assertArraysAlmostEqual([opx.excess_gibbs], [0.0])
674+
self.assertArraysAlmostEqual([opx.excess_gibbs], [0.0], tol_zero=1.0e-10)
675675

676676
def test_site_totals(self):
677677
ss = two_site_ss()

0 commit comments

Comments
 (0)