mailr4221 - /branches/consistency_tests_1.3/sample_scripts/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on December 20, 2007 - 14:37:
Author: semor
Date: Thu Dec 20 14:37:21 2007
New Revision: 4221

URL: http://svn.gna.org/viewcvs/relax?rev=4221&view=rev
Log:
Changed the user function run.create to pipe.create in the sample script for 
consistency testing.

This was pointed out by Edward d'Auvergne in the post at : 
https://mail.gna.org/public/relax-devel/2007-12/msg00024.html (Message-id: 
<7f080ed10712200247q3222457awb382a99e6b64d63d@xxxxxxxxxxxxxx>)


Modified:
    branches/consistency_tests_1.3/sample_scripts/consistency_tests.py

Modified: branches/consistency_tests_1.3/sample_scripts/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/sample_scripts/consistency_tests.py?rev=4221&r1=4220&r2=4221&view=diff
==============================================================================
--- branches/consistency_tests_1.3/sample_scripts/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/sample_scripts/consistency_tests.py Thu 
Dec 20 14:37:21 2007
@@ -2,7 +2,7 @@
 
 # Create the run.
 name = 'consistency'
-run.create(name, 'ct')
+pipe.create(name, 'ct')
 
 # Nuclei type
 nuclei('N')




Related Messages


Powered by MHonArc, Updated Thu Dec 20 17:00:20 2007