Changeset c1bffa5 in sasview for src/sas/pr
- Timestamp:
- Mar 23, 2015 1:28:37 PM (10 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 701a155, 9dea723
- Parents:
- bf6b8d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/pr/num_term.py
rbf6b8d1 rc1bffa5 144 144 return nt, self.alpha_list[nt - 10], self.mess_list[nt - 10] 145 145 except: 146 logging.error("NTermEstimator.num_terms: %s" % sys.exc_value) 146 #TODO: check the logic above and make sure it doesn't 147 # rely on the try-except. 147 148 return self.nterm_min, self.invertor.alpha, '' 148 149
Note: See TracChangeset
for help on using the changeset viewer.