Changeset c91c29e in sasview for sansview/perspectives
- Timestamp:
- Jan 19, 2011 6:13:21 PM (14 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:
- 19637b1
- Parents:
- a0da535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitting.py
ra0da535 rc91c29e 17 17 import logging 18 18 import numpy 19 import math19 #import math 20 20 import string 21 21 import time 22 import thread22 #import thread 23 23 from copy import deepcopy 24 24 … … 37 37 from sans.guiframe.events import EVT_FITSTATE_UPDATE 38 38 39 from sans.fit.AbstractFitEngine import Model40 from sans.fit.AbstractFitEngine import FitAbort39 #from sans.fit.AbstractFitEngine import Model 40 #from sans.fit.AbstractFitEngine import FitAbort 41 41 from .console import ConsoleUpdate 42 42 from .fitproblem import FitProblem
Note: See TracChangeset
for help on using the changeset viewer.