Changeset fe886ee in sasview
- Timestamp:
- Apr 2, 2009 3:22:42 PM (16 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:
- 0f5fe6b
- Parents:
- 87a43fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
park_integration/ParkFitting.py
raed7c57 rfe886ee 69 69 parkmodel = item.get_model() 70 70 for p in parkmodel.parameterset: 71 71 ## does not allow status change for constraint parameters 72 72 if p.status!= 'computed': 73 73 if p._getname()in item.pars: 74 75 p.s tatus = 'fitted' # make it a fitted parameter76 #iscomputed paramter with string inside74 ## make parameters selected for fit will be between boundaries 75 p.set( p.range ) 76 77 77 else: 78 78 p.status= 'fixed'
Note: See TracChangeset
for help on using the changeset viewer.