Changeset 6da860a in sasview for src/sas/sascalc/pr/invertor.py
- Timestamp:
- May 1, 2018 11:51:06 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 72ecbdf2
- Parents:
- 6bd0d81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/pr/invertor.py
r8f83719f r6da860a 481 481 float(chi2) 482 482 except: 483 chi2 = [-1.0]483 chi2 = -1.0 484 484 self.chi2 = chi2 485 485
Note: See TracChangeset
for help on using the changeset viewer.