Changeset 44deced in sasview for src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
- Timestamp:
- Sep 20, 2018 11:31:58 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:
- d8d81ea
- Parents:
- 0177eb6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
r0177eb6 r44deced 571 571 return residuals 572 572 573 def plotPolydispersities(model , disp_models):573 def plotPolydispersities(model): 574 574 plots = [] 575 575 if model is None:
Note: See TracChangeset
for help on using the changeset viewer.