Ignore:
Timestamp:
Sep 7, 2011 6:24:56 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
44f9c8b
Parents:
7ad194fa
Message:

added custom weighting for single fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fittingview/src/sans/perspectives/fitting/fitpanel.py

    raefc09f r55bb249c  
    326326        if self.batch_on: 
    327327            self.batch_page_index += 1 
    328             caption = "BatchPage " + str(self.batch_page_index) 
     328            caption = "BatchPage" + str(self.batch_page_index) 
    329329            panel.set_index_model(self.batch_page_index) 
    330330        else: 
    331331            #Increment index of fit page 
    332332            self.fit_page_index += 1 
    333             caption = "FitPage " + str(self.fit_page_index) 
     333            caption = "FitPage" + str(self.fit_page_index) 
    334334            panel.set_index_model(self.fit_page_index) 
    335335        panel.populate_box(dict=self.model_list_box) 
Note: See TracChangeset for help on using the changeset viewer.