mailr24241 - /branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py


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

Header


Content

Posted by tlinnet on June 23, 2014 - 14:09:
Author: tlinnet
Date: Mon Jun 23 14:09:24 2014
New Revision: 24241

URL: http://svn.gna.org/viewcvs/relax?rev=24241&view=rev
Log:
Renamed function to return data in unit test 
_lib/_dispersion/test_matrix_exponential.py.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    
branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py

Modified: 
branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py?rev=24241&r1=24240&r2=24241&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py
  (original)
+++ 
branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py
  Mon Jun 23 14:09:24 2014
@@ -40,7 +40,7 @@
         # Default parameter values.
         self.data = 
status.install_path+sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'unit_tests'+sep+'lib'+sep+'dispersion'+sep+'matrix_exponential'
 
-    def return_data(self, fname):
+    def return_data_ns_cpmg_2site_3d(self, fname):
         """Return the data structures from the data path."""
 
         r180x = load(fname+"_r180x"+".npy")
@@ -71,7 +71,7 @@
         """Test the matrix_exponential_rankN() function for higher 
dimensional data, and compare to matrix_exponential.  This uses the data from 
systemtest Relax_disp.test_hansen_cpmg_data_to_ns_cpmg_2site_3D."""
 
         fname = self.data + sep+ "test_hansen_cpmg_data_to_ns_cpmg_2site_3D"
-        r180x, M0, r10a, r10b, r20a, r20b, pA, dw, dw_orig, kex, inv_tcpmg, 
tcp, num_points, power, back_calc, pB, k_BA, k_AB = self.return_data(fname)
+        r180x, M0, r10a, r10b, r20a, r20b, pA, dw, dw_orig, kex, inv_tcpmg, 
tcp, num_points, power, back_calc, pB, k_BA, k_AB = 
self.return_data_ns_cpmg_2site_3d(fname)
 
         # Extract the total numbers of experiments, number of spins, number 
of magnetic field strength, number of offsets, maximum number of dispersion 
point.
         NE, NS, NM, NO, ND = back_calc.shape




Related Messages


Powered by MHonArc, Updated Mon Jun 23 14:20:02 2014