mailr22346 - in /trunk/test_suite: system_tests/relax_disp.py unit_tests/_specific_analyses/_relax_disp/test_disp_data.py


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

Header


Content

Posted by tlinnet on February 26, 2014 - 17:10:
Author: tlinnet
Date: Wed Feb 26 17:10:34 2014
New Revision: 22346

URL: http://svn.gna.org/viewcvs/relax?rev=22346&view=rev
Log:
Modified unit and system test to use 5 spins truncated state file.

Regarding bug #21344, (https://gna.org/bugs/index.php?21344) - Handling of in 
sparse acquired R1rho dataset with missing combinations of time and spin-lock 
field strengths.

Modified:
    trunk/test_suite/system_tests/relax_disp.py
    
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22346&r1=22345&r2=22346&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Feb 26 17:10:34 2014
@@ -275,7 +275,7 @@
         self.interpreter.reset()
 
         # Load the state.
-        state = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344.bz2'
+        state = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344_trunc.bz2'
         self.interpreter.state.load(state, force=True)
 
         # Execute the auto-analysis (fast).

Modified: 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py?rev=22346&r1=22345&r2=22346&view=diff
==============================================================================
--- 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py 
(original)
+++ 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py 
Wed Feb 26 17:10:34 2014
@@ -91,7 +91,7 @@
         """
 
         # Load the state.
-        statefile = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344.bz2'
+        statefile = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344_trunc.bz2'
         state.load_state(statefile, force=True)
 
         # Original data (spectrum id: exp_type, frq, omega_rf_ppm, 
spin_lock_field_strength, time_spin_lock).
@@ -538,7 +538,7 @@
         """
 
         # Load the state.
-        statefile = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344.bz2'
+        statefile = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344_trunc.bz2'
         state.load_state(statefile, force=True)
 
         # Offset and point combinations, with their associated time.




Related Messages


Powered by MHonArc, Updated Wed Feb 26 18:00:02 2014