[cmor] 47/190: removed a print statement in pywrapper

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository cmor.

commit d49f3cabd2b03e7992dff1a4ad56d3590fc960a2
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Wed Sep 1 18:07:22 2010 -0700

    removed a print statement in pywrapper
---
 Lib/pywrapper.py | 2 +-
 RELEASE-NOTES    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Lib/pywrapper.py b/Lib/pywrapper.py
index ec6ac65..982db07 100644
--- a/Lib/pywrapper.py
+++ b/Lib/pywrapper.py
@@ -542,7 +542,7 @@ def zfactor(zaxis_id,zfactor_name,units="",axis_ids=None,type=None,zfactor_value
             zfactor_bounds=numpy.array(bnds)
     axis_ids = axis_ids.astype('i')
 
-    print "sending",zaxis_id,zfactor_name,units,ndims,axis_ids,type,zfactor_values,zfactor_bounds
+##     print "sending",zaxis_id,zfactor_name,units,ndims,axis_ids,type,zfactor_values,zfactor_bounds
     return _cmor.zfactor(zaxis_id,zfactor_name,units,ndims,axis_ids,type,zfactor_values,zfactor_bounds)
 
 def write(var_id,data,ntimes_passed=None,file_suffix="",time_vals=None,time_bnds=None,store_with=None):
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 64d9966..3ebd18b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,7 @@
 2010-09-01 : fixed a bug on mac 32bit when reading in net3 version string
 2010-09-01 : some vars with grid and singleton dims were wrongly analyzed by cmor_variable has not being defined with the right number of dimmensions.
 2010-09-01 : updated doc. Was saying you can pass "none" for units when it really is: ""
+2010-09-01 : updated doc. Was wrongly stating you can pass "none" if no missing_value
 2010-08-24 : when writing time only variables, the time_bnds would fail to write if passed at cmor_write time.
 2010-08-23 : tagging 2.2
 2010-08-23 : DRS was wrongly constructed for table Oclim

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git



More information about the debian-science-commits mailing list