Changeset 16287f3 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Sep 20, 2018 8:06:21 AM (6 years ago)
- 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:
- 5d3af9f
- Parents:
- aa82f54
- git-author:
- Ingo Breßler <dev@…> (09/20/18 08:06:14)
- git-committer:
- Ingo Breßler <dev@…> (09/20/18 08:06:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
raa82f54 r16287f3 584 584 # create Data1D as in residualsData1D() and fill x/y members 585 585 # similar to FittingLogic._create1DPlot() but different data/axes 586 data1d = Data1D(x = xarr, y =yarr)586 data1d = Data1D(x=xarr, y=yarr) 587 587 xunit = "" 588 588 if name in model.details and len(model.details[name]):
Note: See TracChangeset
for help on using the changeset viewer.