mail[bug #9892] CONV_LOOP error


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

Header


Content

Posted by anonymous on August 29, 2007 - 19:33:

URL:
  <http://gna.org/bugs/?9892>

                 Summary: CONV_LOOP error
                 Project: relax
            Submitted by: None
            Submitted on: Wednesday 08/29/2007 at 19:33 CEST
                Category: relax's source code
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: doug
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Repository: 1.2 line
        Operating System: GNU/Linux

    _______________________________________________________

Details:

the CONV_LOOP = 1 function is full_analysis.py does not seem to work  
properly.  I get the following error:

"""
#####################
# Convergence tests #
#####################


Chi-squared test:
     chi2 (k-1): 164.3021658998544
     chi2 (k):   168.91097779838205
     The chi-squared value has not converged.

Identical model-free models test:
Traceback (most recent call last):
   File "/opt/relax/1.2/relax", line 454, in ?
     Relax()
   File "/opt/relax/1.2/relax", line 166, in __init__
     self.interpreter.run()
   File "/opt/relax/1.2/prompt/interpreter.py", line 213, in run
     run_script(intro=self.relax.intro_string, local=self.local,  
script_file=self.relax.script_file, quit=1)
   File "/opt/relax/1.2/prompt/interpreter.py", line 388, in run_script
     console.interact(intro, local, script_file, quit)
   File "/opt/relax/1.2/prompt/interpreter.py", line 340, in  
interact_script
     execfile(script_file, local)
   File "full_analysis.py", line 574, in ?
     Main(self.relax)
   File "full_analysis.py", line 247, in __init__
     converged = self.convergence(run=name)
   File "full_analysis.py", line 368, in convergence
     curr_models = curr_models + self.relax.data.res[run][i].model
AttributeError: Element instance has no attribute 'model'
"""




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?9892>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Thu Aug 30 11:01:03 2007