Changeset 8c050c1 in sasview for sansrealspace/src/realspace


Ignore:
Timestamp:
Oct 18, 2007 2:44:03 PM (17 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:
a2c1196
Parents:
3c75696
Message:

updated stimuli frequency to reflect usage model described in certification plan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansrealspace/src/realspace/test/simulation_stimuli.py

    r3c75696 r8c050c1  
    9090        """Add an object to the canvas""" 
    9191 
    92         frequency = 1.0 
     92        frequency = 0.1 
    9393         
    9494        def __call__(self, canvas): 
     
    115115        """Get the value of a canvas or shape parameter""" 
    116116 
    117         frequency = 1.0 
     117        frequency = 0.05 
    118118         
    119119        def __call__(self, canvas): 
     
    145145        """Calculate I(q)""" 
    146146 
    147         frequency = 1.0 
     147        frequency = 0.25 
    148148         
    149149        def __call__(self, canvas): 
     
    167167        """Calculate I(q)""" 
    168168 
    169         frequency = 1.0 
     169        frequency = 0.25 
    170170         
    171171        def __call__(self, canvas): 
     
    189189        """Set the value of a canvas parameter""" 
    190190 
    191         frequency = 1.0 
     191        frequency = 0.05 
    192192         
    193193        def __call__(self, canvas): 
     
    227227        """Set the value of a canvas parameter""" 
    228228 
    229         frequency = 1.0 
     229        frequency = 0.1 
    230230         
    231231        def __call__(self, canvas): 
     
    292292        """Calculate I(q)""" 
    293293 
    294         frequency = 1.0 
     294        frequency = 0.05 
    295295         
    296296        def __call__(self, canvas): 
Note: See TracChangeset for help on using the changeset viewer.