- Timestamp:
- Sep 5, 2018 8:29:39 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9d23e4c, b764ae5
- Parents:
- c3e83d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
rf7e7e20 rf6c19cf 373 373 374 374 residuals.x = current_data.x[index][0] 375 residuals.dy = numpy. zeros(len(residuals.y))375 residuals.dy = numpy.ones(len(residuals.y)) 376 376 residuals.dx = None 377 377 residuals.dxl = None
Note: See TracChangeset
for help on using the changeset viewer.