[cig-commits] [commit] master: Corrected test again (f01fd18)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 23:19:41 PST 2014


Repository : https://github.com/geodynamics/burnman

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/7c010ac6610ee014aabcb76a2a4f667a06a8e7f7...fb1efda477c84dda519a26fcd6480eef1f23c1cf

>---------------------------------------------------------------

commit f01fd18a473b3d39bac05f1b155c43e1ae948be8
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Fri Dec 12 23:07:22 2014 -0800

    Corrected test again


>---------------------------------------------------------------

f01fd18a473b3d39bac05f1b155c43e1ae948be8
 tests/test_solidsolution.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_solidsolution.py b/tests/test_solidsolution.py
index a123db9..c0813b7 100644
--- a/tests/test_solidsolution.py
+++ b/tests/test_solidsolution.py
@@ -172,6 +172,7 @@ class test_solidsolution(BurnManTest):
     def test_order_disorder(self):
         opx = orthopyroxene()
         opx.set_composition( np.array([0.0, 1.0]) )
+        opx.set_state(1.e5,300.)
         self.assertArraysAlmostEqual([opx.excess_gibbs], [0.])
 
 



More information about the CIG-COMMITS mailing list