Changeset 6a3e1fe in sasview for src/sas/sascalc/pr
- Timestamp:
- Nov 17, 2017 8:59:52 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:
- 0261bc1
- Parents:
- 84df556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/pr/invertor.py
rd04ac05 r6a3e1fe 540 540 541 541 """ 542 from num_term import NTermEstimator542 from sas.sascalc.pr.num_term import NTermEstimator 543 543 estimator = NTermEstimator(self.clone()) 544 544 try:
Note: See TracChangeset
for help on using the changeset viewer.