Changeset 6dd90c1 in sasmodels for sasmodels/models/surface_fractal.py


Ignore:
Timestamp:
Mar 16, 2016 9:25:21 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
63776d3
Parents:
5111921
Message:

update model tests for default background of 0.001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/surface_fractal.py

    r168052c r6dd90c1  
    106106      'surface_dim': 2.0, 
    107107      'cutoff_length': 500.0, 
    108      }, 0.05, 301428.65916], 
     108     }, 0.05, 301428.66016], 
    109109 
    110110    # Additional tests with larger range of parameters 
     
    112112      'surface_dim': 1.0, 
    113113      'cutoff_length': 10.0, 
    114      }, 0.332070182643, 1125.00321004], 
     114     }, 0.332070182643, 1125.00421004], 
    115115 
    116116    [{'radius': 3.5, 
     
    124124      'cutoff_length': 33.0, 
    125125      'scale': 0.1, 
    126      }, 0.51, 2.50020147004], 
     126     }, 0.51, 2.50120147004], 
    127127    ] 
Note: See TracChangeset for help on using the changeset viewer.