Changeset 44deced in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Sep 20, 2018 9: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/FittingWidget.py
ra8b3e2c r44deced 2449 2449 2450 2450 model = return_data.get('model', None) 2451 for plot in FittingUtilities.plotPolydispersities( 2452 model, POLYDISPERSITY_MODELS): 2451 for plot in FittingUtilities.plotPolydispersities(model): 2453 2452 data_id = fitted_data.id.split() 2454 2453 plot.id = " ".join([data_id[0], plot.name] + data_id[1:])
Note: See TracChangeset
for help on using the changeset viewer.