Changeset d8a2e31 in sasview for park_integration/Fitting.py


Ignore:
Timestamp:
Aug 5, 2009 5:41:58 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
60c1943
Parents:
f88624d
Message:

use eval distribution as well as run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • park_integration/Fitting.py

    ra6a7e8a rd8a2e31  
    44    a park fit or a scipy fit. 
    55""" 
    6 #from sans.guitools.plottables import Data1D 
    7 #from danse.common.plottools.plottables import Data1D 
    8 #from Loader import Load 
     6 
    97from scipy import optimize 
    108from ScipyFitting import ScipyFit 
     
    5654            return self._engine.fit(handler, curr_thread= curr_thread) 
    5755        except: 
    58             #Let fit_thread handle the fit error 
    5956            raise 
     57     
    6058     
    6159    def set_model(self,model,Uid,pars=[]): 
Note: See TracChangeset for help on using the changeset viewer.