mailr18194 - in /branches/frame_order_testing: ./ data/__init__.py


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

Header


Content

Posted by edward on January 10, 2013 - 16:15:
Author: bugman
Date: Thu Jan 10 16:15:45 2013
New Revision: 18194

URL: http://svn.gna.org/viewcvs/relax?rev=18194&view=rev
Log:
Merged revisions 18193 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r18193 | bugman | 2013-01-10 16:15:19 +0100 (Thu, 10 Jan 2013) | 6 lines
  
  Fix for bug #20421 (https://gna.org/bugs/?20421).
  
  The loading of relax state files was only updating the spin ID metadata 
structures for the current
  data pipe.  Now all loaded data pipes are updated.
........

Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/data/__init__.py

Propchange: branches/frame_order_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Jan 10 16:15:45 2013
@@ -1,1 +1,1 @@
-/trunk:1-18191
+/trunk:1-18193

Modified: branches/frame_order_testing/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/__init__.py?rev=18194&r1=18193&r2=18194&view=diff
==============================================================================
--- branches/frame_order_testing/data/__init__.py (original)
+++ branches/frame_order_testing/data/__init__.py Thu Jan 10 16:15:45 2013
@@ -495,8 +495,9 @@
             if self.current_pipe in list(self.keys()):
                 builtins.cdp = self[self.current_pipe]
 
-        # Finally update the molecule, residue, and spin metadata.
-        generic_fns.mol_res_spin.metadata_update()
+        # Finally update the molecule, residue, and spin metadata for each 
data pipe.
+        for pipe in pipes:
+            generic_fns.mol_res_spin.metadata_update(pipe=pipe)
 
         # Backwards compatibility transformations.
         self._back_compat_hook(file_version, pipes=pipes)




Related Messages


Powered by MHonArc, Updated Mon Jan 14 10:00:01 2013