Ignore:
Timestamp:
Jan 11, 2018 6:04:58 AM (6 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:
be8f4b0
Parents:
570e091
Message:

Initial version of the C&S widget

File:
1 edited

Legend:

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

    rd3c0b95 r676f137  
    552552        """ 
    553553        selected_rows = self.lstParams.selectionModel().selectedRows() 
    554         assert(len(selected_rows), 2) 
     554        assert(len(selected_rows)==2) 
    555555 
    556556        params_list = [s.data() for s in selected_rows] 
Note: See TracChangeset for help on using the changeset viewer.