Changeset 65759c7 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Sep 24, 2018 12:59:19 PM (6 years ago)
Author:
piotr
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
91f4884
Parents:
2dce1d8
Message:

Removed superfluous assert. Proper try..catch is already checking the sizes. SASVIEW-1125

File:
1 edited

Legend:

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

    r712db9e r65759c7  
    484484                    endl = i 
    485485                    break 
    486             # make sure we have correct lengths 
    487             assert len(x_current) == len(x_reference[begin:end-endl]) 
    488486 
    489487            y = (fn - gn[begin:end-endl])/en 
Note: See TracChangeset for help on using the changeset viewer.