Ignore:
Timestamp:
Oct 27, 2017 8:49:35 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
0849aec
Parents:
895e7359
Message:

Update for unit tests and minor functionality quirks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r895e7359 r99ea1b0  
    566566        model_row = item.row() 
    567567        name_index = self._poly_model.index(model_row, 0) 
    568         parameter_name = str(name_index.data().toString()).lower() # "distribution of sld" etc. 
     568        parameter_name = str(name_index.data()).lower() # "distribution of sld" etc. 
    569569        if "distribution of" in parameter_name: 
    570570            # just the last word 
Note: See TracChangeset for help on using the changeset viewer.