[cig-commits] [commit] master: fix test (33b8398)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Dec 11 12:20:15 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/c5ec36a308413012ee5b0763ccb541c2ad56f382...bc315ff9a2ed1d4871962882f0626468342f1ffc

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

commit 33b83984a259024ef11a24a93248e9e985c7114f
Author: Timo Heister <timo.heister at gmail.com>
Date:   Thu Dec 11 10:32:50 2014 -0800

    fix test


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

33b83984a259024ef11a24a93248e9e985c7114f
 tests/test_composite.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_composite.py b/tests/test_composite.py
index b2cbab2..9333863 100644
--- a/tests/test_composite.py
+++ b/tests/test_composite.py
@@ -27,7 +27,6 @@ class composite(BurnManTest):
         self.assertEqual(f,[1.0])
         self.assertEqual(mins,min_hs.to_string())
         c = burnman.Composite( [0.4, 0.6], [min1, min2] )
-        c.set_method("slb2")
         c.set_state(5e9,300)
         (f,m) = c.unroll()
         self.assertEqual(f,[0.4,0.6])



More information about the CIG-COMMITS mailing list