mailr17075 - /branches/interatomic/specific_fns/n_state_model.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 27, 2012 - 17:42:
Author: bugman
Date: Wed Jun 27 17:42:39 2012
New Revision: 17075

URL: http://svn.gna.org/viewcvs/relax?rev=17075&view=rev
Log:
Debugging print out removal.


Modified:
    branches/interatomic/specific_fns/n_state_model.py

Modified: branches/interatomic/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/specific_fns/n_state_model.py?rev=17075&r1=17074&r2=17075&view=diff
==============================================================================
--- branches/interatomic/specific_fns/n_state_model.py (original)
+++ branches/interatomic/specific_fns/n_state_model.py Wed Jun 27 17:42:39 
2012
@@ -837,7 +837,6 @@
                 if not interatom.select:
                     continue
 
-                print interatom
                 # Containers with RDC data.
                 if rdc_flag and hasattr(interatom, 'rdc'):
                     # Initialise the data structure if necessary.
@@ -845,8 +844,6 @@
                         interatom.rdc_bc = {}
 
                     # Append the back calculated PCS.
-                    print model.Dij_theta.shape
-                    print align_index, rdc_index
                     interatom.rdc_bc[align_id] = 
model.Dij_theta[align_index, rdc_index]
 
                     # Increment the data index if the interatom container 
has data.




Related Messages


Powered by MHonArc, Updated Wed Jun 27 18:00:02 2012