Ignore:
Timestamp:
Jan 27, 2016 4:01:36 AM (8 years ago)
Author:
piotr
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:
87edabf
Parents:
29da213
Message:

More unit tests for converted models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mass_surface_fractal.py

    r9c461c7 r07a6700  
    106106               primary_rg='primary_rg') 
    107107 
    108 tests = [[{'radius':        2.0, 
    109            'mass_dim':      3.3, 
     108tests = [ 
     109         # Accuracy tests based on content in test/utest_other_models.py 
     110         [{'mass_dim':      1.8, 
     111           'surface_dim':   2.3, 
     112           'cluster_rg':   86.7, 
     113           'primary_rg': 4000.0, 
     114           }, 0.05, 1.77537e-05], 
     115 
     116         # Additional tests with larger range of parameters 
     117         [{'mass_dim':      3.3, 
    110118           'surface_dim':   1.0, 
    111119           'cluster_rg':   90.0, 
     
    113121           }, 0.001, 0.18462699016], 
    114122 
    115          [{'radius':        1.0, 
    116            'mass_dim':      1.3, 
     123         [{'mass_dim':      1.3, 
    117124           'surface_dim':   1.0, 
    118125           'cluster_rg':   90.0, 
     
    121128           }, 0.001, 1.16539753641], 
    122129 
    123          [{'radius':        1.0, 
    124            'mass_dim':      2.3, 
     130         [{'mass_dim':      2.3, 
    125131           'surface_dim':   1.0, 
    126132           'cluster_rg':   90.0, 
Note: See TracChangeset for help on using the changeset viewer.