Ignore:
Timestamp:
Oct 5, 2011 7:10:39 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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:
a3c8e8f
Parents:
dcc93e4
Message:

fixing batch plot problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • park_integration/src/sans/fit/ScipyFitting.py

    rd91d2c9 r425e49ca  
    3939        self.model = model 
    4040        self.data = data 
     41        self.theory = None 
    4142        self.param_list = param_list 
    4243        self.iterations = 0 
     
    160161                                                    full_output=1, 
    161162                                                    warning=True) 
     163 
    162164        except KeyboardInterrupt: 
    163165            msg = "Fitting: Terminated!!!" 
     
    188190            result.pvec = out 
    189191            result.success = success 
     192            result.theory = functor.theory 
    190193            #print "scipy", result.inputs 
    191194            if q is not None: 
Note: See TracChangeset for help on using the changeset viewer.