Changeset c7bd6d1 in sasview for src/sas/sascalc/pr/fit
- Timestamp:
- Nov 3, 2017 3:17:45 PM (7 years ago)
- Parents:
- 08b9e331 (diff), 5ff08e7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Stuart Prescott <llimeht@…> (11/03/17 15:17:45)
- git-committer:
- GitHub <noreply@…> (11/03/17 15:17:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/pr/fit/AbstractFitEngine.py
r574adc7 r20fa5fe 78 78 def get_params(self, fitparams): 79 79 """ 80 return a list of value of param ter to fit81 82 :param fitparams: list of param aters name to fit80 return a list of value of parameter to fit 81 82 :param fitparams: list of parameters name to fit 83 83 84 84 """
Note: See TracChangeset
for help on using the changeset viewer.