Changeset 1628 for branches/alma


Ignore:
Timestamp:
09/03/09 15:23:44 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapfitter.py

    r1627 r1628  
    165165            if len(ps) == 0 or estimate:
    166166                self.fitter.estimate()
    167         try:            fxdpar = list(self.fitter.getfixedparameters())
     167        try:
     168            fxdpar = list(self.fitter.getfixedparameters())
    168169            if len(fxdpar) and fxdpar.count(0) == 0:
    169170                 raise RuntimeError,"No point fitting, if all parameters are fixed."
Note: See TracChangeset for help on using the changeset viewer.