Changes in / [109e50bb:9701348] in sasview


Ignore:
Location:
src/sas/perspectives/fitting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/fitting/pagestate.py

    rd06ae30 rb9a5f0e  
    472472        Get the values (strings) from __str__ for report 
    473473        """ 
    474         # Dictionary of the report strings 
     474        # Dictionary of teh report strings 
    475475        repo_time = "" 
    476476        model_name = "" 
     
    508508            if name == "value": 
    509509                param_string += value + ',' 
    510             if name == "selected": 
    511                 if value == u' False': 
    512                     fixed_parameter = True 
    513                 else: 
    514                     fixed_parameter = False 
    515510            if name == "error value": 
    516                 if fixed_parameter: 
    517                     param_string += '(fixed),' 
    518                 else: 
    519                     param_string += value + ',' 
     511                param_string += value + ',' 
    520512            if name == "parameter unit": 
    521513                param_string += value + ':' 
  • src/sas/perspectives/fitting/report_dialog.py

    rd06ae30 r79492222  
    11""" 
    22Dialog report panel to show and summarize the results of  
    3 the fitting calculation. 
     3the invariant calculation. 
    44""" 
    55################################################################################ 
Note: See TracChangeset for help on using the changeset viewer.