Ignore:
Timestamp:
Mar 5, 2009 10:10:36 PM (15 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
1fbb343
Parents:
12aa9b5
Message:

sansview: fixed problem with switching back and forth between dispersity and no dispersity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fitpage1D.py

    rc77f72c r07a93a1  
    1313 
    1414 
    15  
     15#TODO: FitPage1D inherits from ModelPage but doesn't call its __init__ method! 
     16#TODO: refactor this class to have an __init__ that deals with data only, then calls a UI builder method. 
    1617class FitPage1D(ModelPage): 
    1718    """ 
     
    4041        #fit page manager  
    4142        self.manager = None 
     43         
     44         
     45        # Should not have to write the following line if the inheritance 
     46        # was coded properly... 
     47        #TODO: get rid of this line once the class is refactored 
     48        self._disp_obj_dict = {} 
     49         
     50         
    4251        #Store the parent of this panel parent 
    4352        # For this application fitpanel is the parent 
Note: See TracChangeset for help on using the changeset viewer.