Ignore:
Timestamp:
Nov 28, 2007 10:25:16 AM (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:
aa61e49
Parents:
f980d4a
Message:

Updated according to code review.
Fixed consecutive 2D sims.

File:
1 edited

Legend:

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

    r8c050c1 r883a2ef  
    4646    def setup(self): 
    4747        """Setup the canvas for stimuli application""" 
    48         return VolumeCanvas.VolumeCanvas() 
     48        volume = VolumeCanvas.VolumeCanvas() 
     49        volume.params['lores_density'] = 0.05 
     50        return volume 
    4951     
    5052    def getRandomStimulus(self): 
Note: See TracChangeset for help on using the changeset viewer.