Changeset 6aa47df in sasview for park_integration/test


Ignore:
Timestamp:
Sep 25, 2008 10:10:32 AM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
822f97e
Parents:
442895f
Message:

Fix test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • park_integration/test/test_fit_line.py

    r3931a24e r6aa47df  
    136136        model22  = Constant() 
    137137        model22.name= "cst" 
    138         model22.setParam('value','line.A') 
     138        # Constrain the constant value to be equal to parameter B (the real value is 2.5) 
     139        model22.setParam('value','line.B') 
    139140         
    140141        data1 = Data(sans_data=data11 ) 
Note: See TracChangeset for help on using the changeset viewer.