mailRe: r22410 - /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 Edward d'Auvergne on March 05, 2014 - 19:40:
Hi Troels,

This change is a bit dangerous for the relax trunk.  This is because a
number of users actually work the trunk.  It is safe to use the home
directory for output purposes when working from a branch, but it needs
to be avoided in the trunk.  You could also just have the change in
your checked out copy without committing it.  Alternatively, you have
a script with the contents of the system test but which is not part of
the repository.

Cheers,

Edward





On 5 March 2014 18:54,  <tlinnet@xxxxxxxxxxxxx> wrote:
Author: tlinnet
Date: Wed Mar  5 18:54:31 2014
New Revision: 22410

URL: http://svn.gna.org/viewcvs/relax?rev=22410&view=rev
Log:
Added line to write out theta values to homedir for testing purposes.

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=22410&r1=22409&r2=22410&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Mar  5 18:54:31 2014
@@ -3004,6 +3004,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)

             ## Save results as state
             #self.interpreter.results.write(file='results', 
dir=ds.tmpdir+sep+'resultsR1'+sep+'final', compress_type=1, force=True)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits



Related Messages


Powered by MHonArc, Updated Thu Mar 06 15:00:07 2014