mailr24581 - in /branches/zooming_grid_search/specific_analyses: consistency_tests/api.py jw_mapping/api.py


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

Header


Content

Posted by edward on July 21, 2014 - 09:28:
Author: bugman
Date: Mon Jul 21 09:28:44 2014
New Revision: 24581

URL: http://svn.gna.org/viewcvs/relax?rev=24581&view=rev
Log:
Fixes for the consistency testing and J(w) mapping calculate() methods.

This is for the changes to the data_init() specific analysis API method.


Modified:
    branches/zooming_grid_search/specific_analyses/consistency_tests/api.py
    branches/zooming_grid_search/specific_analyses/jw_mapping/api.py

Modified: 
branches/zooming_grid_search/specific_analyses/consistency_tests/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/specific_analyses/consistency_tests/api.py?rev=24581&r1=24580&r2=24581&view=diff
==============================================================================
--- branches/zooming_grid_search/specific_analyses/consistency_tests/api.py   
  (original)
+++ branches/zooming_grid_search/specific_analyses/consistency_tests/api.py   
  Mon Jul 21 09:28:44 2014
@@ -211,7 +211,7 @@
             # Monte Carlo simulated consistency tests values.
             else:
                 # Initialise the simulation data structures.
-                self.data_init(spin, sim=1)
+                self.data_init(id, sim=1)
                 if spin.j0_sim == None:
                     spin.j0_sim = []
                     spin.f_eta_sim = []

Modified: branches/zooming_grid_search/specific_analyses/jw_mapping/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/specific_analyses/jw_mapping/api.py?rev=24581&r1=24580&r2=24581&view=diff
==============================================================================
--- branches/zooming_grid_search/specific_analyses/jw_mapping/api.py    
(original)
+++ branches/zooming_grid_search/specific_analyses/jw_mapping/api.py    Mon 
Jul 21 09:28:44 2014
@@ -202,7 +202,7 @@
             # Monte Carlo simulated reduced spectral density values.
             else:
                 # Initialise the simulation data structures.
-                self.data_init(spin, sim=1)
+                self.data_init(id, sim=1)
                 if spin.j0_sim == None:
                     spin.j0_sim = []
                     spin.jwx_sim = []




Related Messages


Powered by MHonArc, Updated Mon Jul 21 09:40:03 2014