Changes in src/sas/sasgui/perspectives/fitting/fitpage.py [ba1c145:dabcaf7] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitpage.py
rba1c145 rdabcaf7 3 3 fitting a model and one data 4 4 """ 5 from __future__ import print_function6 7 5 import sys 8 6 import wx … … 1257 1255 if saved_pars: 1258 1256 self.get_paste_params(saved_pars) 1259 1260 # Make sure the model parameters correspond to the fit parameters1261 self._update_paramv_on_fit()1262 1257 1263 1258 if event is not None:
Note: See TracChangeset
for help on using the changeset viewer.