[cig-commits] [commit] master: remove annoying output (4632238)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:24:00 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/2e2f4397422a6bb0384190ea8064f8b8b0be0e97...d4a00047c3fa7097111958d0b97cb77140ee94e3

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

commit 4632238492ba9b4f19fad76b62078aeaa0c8a003
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon Dec 8 16:10:35 2014 -0500

    remove annoying output


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

4632238492ba9b4f19fad76b62078aeaa0c8a003
 examples/example_grid.py     |  3 +--
 misc/ref/example_grid.py.out | 41 -----------------------------------------
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/examples/example_grid.py b/examples/example_grid.py
index 131e1bd..bb541db 100644
--- a/examples/example_grid.py
+++ b/examples/example_grid.py
@@ -53,14 +53,13 @@ if __name__ == "__main__":
 
     mat_vs = np.reshape(vs,[len(p),len(T)]);
 
-    print mat_vs
+    #print mat_vs
 
     fig = plt.figure()
     ax = fig.gca(projection='3d')
 
 
     X,Y = np.meshgrid(p/1e9, T)
-    print X.shape, Y.shape, mat_vs.shape
 
     surf = ax.plot_surface(X,Y, mat_vs.transpose(), rstride=1, cstride=1, linewidth=1, cmap=cm.coolwarm)
     plt.xlabel("Pressure (GPa)")
diff --git a/misc/ref/example_grid.py.out b/misc/ref/example_grid.py.out
index 4012047..9a21879 100644
--- a/misc/ref/example_grid.py.out
+++ b/misc/ref/example_grid.py.out
@@ -6,44 +6,3 @@ temperatures:
 [ 1900.          1935.71428571  1971.42857143  2007.14285714  2042.85714286
   2078.57142857  2114.28571429  2150.          2185.71428571  2221.42857143
   2257.14285714  2292.85714286  2328.57142857  2364.28571429  2400.        ]
-[[ 6406.98810903  6393.88348321  6380.69671017  6367.42707933
-   6354.07384117  6340.6362083   6327.11335633  6313.50442463
-   6299.80851692  6286.02470169  6272.15201253  6258.18944839
-   6244.13597363  6229.9905181   6215.751977  ]
- [ 6583.28276176  6571.61955832  6559.89305625  6548.10290511
-   6536.24872501  6524.33010798  6512.34661916  6500.29785732  6488.183218
-   6476.00225074  6463.75442227  6451.43917648  6439.05593488
-   6426.60409702  6414.08304088]
- [ 6738.39855644  6727.85211109  6717.2548143   6706.6065162   6695.90704202
-   6685.15619359  6674.35375061  6663.49947184  6652.59309607
-   6641.63434312  6630.62291459  6619.55849466  6608.44075064
-   6597.26933363  6586.043879  ]
- [ 6876.82900979  6867.17828611  6857.48562703  6847.75057466
-   6837.97329175  6828.15370601  6818.29172557  6808.38724017
-   6798.44012225  6788.45022793  6778.41739786  6768.34145803
-   6758.22223589  6748.05951586  6737.85308388]
- [ 7001.82601141  6992.91356223  6983.96531864  6974.98132917
-   6965.96162139  6956.90620337  6947.81506509  6938.68817962
-   6929.52550426  6920.32698149  6911.09253993  6901.82209507
-   6892.51555007  6883.17279639  6873.79371441]
- [ 7115.89989362  7107.60997429  7099.28906942  7090.93727961
-   7082.55468538  7074.1413487   7065.69731438  7057.22261126
-   7048.71725331  7040.18124071  7031.61456065  7023.01718824  7014.3890872
-   7005.72999034  6997.04028041]
- [ 7220.86858938  7213.11319418  7205.33055408  7197.52080572  7189.6840663
-   7181.82043509  7173.92999474  7166.01281259  7158.0689417   7150.09842193
-   7142.10128076  7134.07753421  7126.02718751  7117.95023583
-   7109.84666488]
- [ 7318.18918464  7310.90004009  7303.58663128  7296.24912076
-   7288.88765208  7281.50235128  7274.09332825  7266.66067794
-   7259.20448151  7251.72480726  7244.22171161  7236.69523989
-   7229.14542709  7221.57229855  7213.97587057]
- [ 7409.13507733  7402.25872423  7395.3605326   7388.44068404
-   7381.49934147  7374.53665065  7367.55274147  7360.54772922
-   7353.52171568  7346.47479012  7339.40703019  7332.31850275
-   7325.20926464  7318.07936334  7310.92883759]
- [ 7494.99401565  7488.489074    7481.96431013  7475.41991998
-   7468.85608108  7462.27295399  7455.67068373  7449.04940089
-   7442.40922283  7435.75025459  7429.07258984  7422.3763117   7415.66149346
-   7408.92819928  7402.17648481]]
-(15, 10) (15, 10) (10, 15)



More information about the CIG-COMMITS mailing list