Ignore:
Timestamp:
Mar 19, 2010 5:05:48 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
00e8df8
Parents:
b91c736
Message:

allow the for loop on onselect method to loop until the end

File:
1 edited

Legend:

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

    re575db9 r837a043  
    660660                        data= self.copy_data(item,item.dy) 
    661661                        data.is_data=item.is_data 
    662                         
    663662            else: 
    664                 if plottable.__class__.__name__ !="Data2D": 
    665                     return 
    666663                ## Data2D case 
    667664                if not hasattr(plottable, "is_data"): 
Note: See TracChangeset for help on using the changeset viewer.