mailr20869 - /branches/relax_disp/gui/components/spectrum.py


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

Header


Content

Posted by edward on September 06, 2013 - 09:53:
Author: bugman
Date: Fri Sep  6 09:53:26 2013
New Revision: 20869

URL: http://svn.gna.org/viewcvs/relax?rev=20869&view=rev
Log:
Fix for the action_relax_disp_cpmg_frq() method of the spectrum list GUI 
element.

The relax_disp.cpmg_frq user function was being incorrectly called.  This was 
identified via the
Relax_disp.test_hansen_trunc_data system test.


Modified:
    branches/relax_disp/gui/components/spectrum.py

Modified: branches/relax_disp/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/components/spectrum.py?rev=20869&r1=20868&r2=20869&view=diff
==============================================================================
--- branches/relax_disp/gui/components/spectrum.py (original)
+++ branches/relax_disp/gui/components/spectrum.py Fri Sep  6 09:53:26 2013
@@ -104,7 +104,7 @@
         if frq == None:
             uf_store['relax_disp.cpmg_frq'](spectrum_id=id)
         else:
-            uf_store['relax_disp.cpmg_frq'](frq=frq, spectrum_id=id)
+            uf_store['relax_disp.cpmg_frq'](cpmg_frq=frq, spectrum_id=id)
 
 
     def action_relax_disp_exp_type(self, event=None, item=None):




Related Messages


Powered by MHonArc, Updated Fri Sep 06 10:00:02 2013