mailr7633 - /1.3/test_suite/system_tests/scripts/palmer.py


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

Header


Content

Posted by edward on October 12, 2008 - 11:47:
Author: bugman
Date: Sun Oct 12 11:47:14 2008
New Revision: 7633

URL: http://svn.gna.org/viewcvs/relax?rev=7633&view=rev
Log:
Removed the state loadings which was uncovering a pickling issue.

This bug is now caught by its own system test.


Modified:
    1.3/test_suite/system_tests/scripts/palmer.py

Modified: 1.3/test_suite/system_tests/scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/palmer.py?rev=7633&r1=7632&r2=7633&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/palmer.py (original)
+++ 1.3/test_suite/system_tests/scripts/palmer.py Sun Oct 12 11:47:14 2008
@@ -66,9 +66,6 @@
     Model-free model selection.
     """
 
-    # Load the saved state from stage 1.
-    state.load('stage1.save', dir_name=ds.tmpdir)
-
     # Print out.
     print "\n\nLoading all the Modelfree 4 data."
 
@@ -94,9 +91,6 @@
 
     Final optimisation of diffusion tensor parameters together with 
model-free parameters.
     """
-
-    # Load the saved state from stage 2.
-    state.load('stage2.save', dir_name=ds.tmpdir)
 
     # Set the run name.
     name = 'aic'




Related Messages


Powered by MHonArc, Updated Sun Oct 12 12:00:03 2008