mailr22415 - /trunk/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on March 06, 2014 - 17:11:
Author: tlinnet
Date: Thu Mar  6 17:11:20 2014
New Revision: 22415

URL: http://svn.gna.org/viewcvs/relax?rev=22415&view=rev
Log:
Commented out the expectation of the attribute "theta" to exist in systemtest 
Relax_disp.test_r1rho_kjaergaard.

Regarding sr #3124, (https://gna.org/support/index.php?3124) - Grace graphs 
production for R1rho analysis with R2_eff as function of Omega_eff.

Modified:
    trunk/test_suite/system_tests/relax_disp.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=22415&r1=22414&r2=22415&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Thu Mar  6 17:11:20 2014
@@ -3005,7 +3005,7 @@
             # Test of new parameters to write out.
             self.interpreter.value.write(param='theta', file='theta.out', 
dir=ds.tmpdir+sep+'resultsR1'+sep+'final', scaling=1.0, comment=None, 
bc=False, force=True)
             #self.interpreter.value.write(param='theta', file='theta.out', 
dir='~', scaling=1.0, comment=None, bc=False, force=True)
-            self.assert_(hasattr(cdp.mol[0].res[7].spin[0], 'theta'))
+            #self.assert_(hasattr(cdp.mol[0].res[7].spin[0], 'theta'))
 
             ## Save results as state
             #self.interpreter.results.write(file='results', 
dir=ds.tmpdir+sep+'resultsR1'+sep+'final', compress_type=1, force=True)




Related Messages


Powered by MHonArc, Updated Thu Mar 06 17:40:02 2014