We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e575de7 commit 5ff20b1Copy full SHA for 5ff20b1
tests/test_solution.py
@@ -671,7 +671,7 @@ def test_order_disorder(self):
671
opx = orthopyroxene()
672
opx.set_composition(np.array([0.0, 1.0]))
673
opx.set_state(1.0e5, 300.0)
674
- self.assertArraysAlmostEqual([opx.excess_gibbs], [0.0])
+ self.assertArraysAlmostEqual([opx.excess_gibbs], [0.0], tol_zero=1.0e-10)
675
676
def test_site_totals(self):
677
ss = two_site_ss()
0 commit comments