Changeset 07a6700 in sasmodels for sasmodels/models/mass_fractal.py


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_fractal.py

    r9c461c7 r07a6700  
    9898               cutoff_length='co_length') 
    9999 
    100 tests = [[{'radius':        2.0, 
     100tests = [ 
     101         # Accuracy tests based on content in test/utest_other_models.py 
     102         [{'radius':       10.0, 
     103           'mass_dim':      1.9, 
     104           'cutoff_length': 2.3, 
     105           }, 0.05, 279.59322], 
     106 
     107         # Additional tests with larger range of parameters 
     108         [{'radius':        2.0, 
    101109           'mass_dim':      3.3, 
    102110           'cutoff_length': 1.0, 
Note: See TracChangeset for help on using the changeset viewer.