[cig-commits] [commit] inversion, master, validate_MT_params: change matplotlib backend to noop to make tests more robust (8ba8032)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 18:27:25 PST 2014


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

On branches: inversion,master,validate_MT_params
Link       : https://github.com/geodynamics/burnman/compare/80c2a295c42dfdb38f83f6c1334bf7d8f97a8463...409647ff05dfad6a686198cac1481bd46b5e2e62

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

commit 8ba8032549f36995fa2a1e5ec1150f29de706bbb
Author: Timo Heister <timo.heister at gmail.com>
Date:   Thu Dec 11 21:29:56 2014 -0800

    change matplotlib backend to noop to make tests more robust


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

8ba8032549f36995fa2a1e5ec1150f29de706bbb
 misc/ref/paper_benchmark.py.out   | 2 --
 misc/ref/paper_fit_data.py.out    | 2 --
 misc/ref/paper_onefit.py.out      | 2 --
 misc/ref/paper_uncertain.py.out   | 3 ---
 misc/ref/paper_uncertainty.py.out | 3 ---
 test.sh                           | 2 +-
 6 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/misc/ref/paper_benchmark.py.out b/misc/ref/paper_benchmark.py.out
index f8a0cc2..e69de29 100644
--- a/misc/ref/paper_benchmark.py.out
+++ b/misc/ref/paper_benchmark.py.out
@@ -1,2 +0,0 @@
-  (prop.get_family(), self.defaultFamily[fontext]))
-  UserWarning)
diff --git a/misc/ref/paper_fit_data.py.out b/misc/ref/paper_fit_data.py.out
index b352cfb..5f64f4b 100644
--- a/misc/ref/paper_fit_data.py.out
+++ b/misc/ref/paper_fit_data.py.out
@@ -1,7 +1,5 @@
 <stdin>:88: UserWarning: Overriding database equation of state. From BM2 to BM3
 <stdin>:97: UserWarning: Overriding database equation of state. From BM3 to BM2
-  (prop.get_family(), self.defaultFamily[fontext]))
-  UserWarning)
 Optimization terminated successfully.
          Current function value: 14212.177931
          Iterations: 117
diff --git a/misc/ref/paper_onefit.py.out b/misc/ref/paper_onefit.py.out
index 31e3dba..76d20d3 100644
--- a/misc/ref/paper_onefit.py.out
+++ b/misc/ref/paper_onefit.py.out
@@ -1,5 +1,3 @@
-  (prop.get_family(), self.defaultFamily[fontext]))
-  UserWarning)
 V_0 & 2.445e-05 && 2.549e-05 && 1.124e-05 && 1.226e-05 & \
 K_0 & 2.505e+11 && 2.637e+11 && 1.61e+11 && 1.79e+11 & \
 Kprime_0 & 3.917 && 3.428 && 3.718 && 4.9 & \
diff --git a/misc/ref/paper_uncertain.py.out b/misc/ref/paper_uncertain.py.out
index ef26721..eaf8017 100644
--- a/misc/ref/paper_uncertain.py.out
+++ b/misc/ref/paper_uncertain.py.out
@@ -1,6 +1,3 @@
-  (prop.get_family(), self.defaultFamily[fontext]))
-  UserWarning)
-  UserWarning)
 0 $K_0$ -1
 0 $K_0$ -0.7
 0 $K_0$ -0.5
diff --git a/misc/ref/paper_uncertainty.py.out b/misc/ref/paper_uncertainty.py.out
index ef26721..eaf8017 100644
--- a/misc/ref/paper_uncertainty.py.out
+++ b/misc/ref/paper_uncertainty.py.out
@@ -1,6 +1,3 @@
-  (prop.get_family(), self.defaultFamily[fontext]))
-  UserWarning)
-  UserWarning)
 0 $K_0$ -1
 0 $K_0$ -0.7
 0 $K_0$ -0.5
diff --git a/test.sh b/test.sh
index af1c2d4..a377f4d 100755
--- a/test.sh
+++ b/test.sh
@@ -7,7 +7,7 @@ t=$1
 #echo "*** testing $t ..."
 (python <<EOF
 import matplotlib as m
-m.use('Cairo')
+m.use('Template')
 VERBOSE=1
 RUNNING_TESTS=1
 execfile('$t')



More information about the CIG-COMMITS mailing list