Changeset 07a6700 in sasmodels for sasmodels/models/surface_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/surface_fractal.py

    r9c461c7 r07a6700  
    100100               cutoff_length='co_length') 
    101101 
    102 tests = [[{'radius': 1.0, 'surface_dim': 1.0, 'cutoff_length': 10.0, 
     102tests = [ 
     103         # Accuracy tests based on content in test/utest_other_models.py 
     104         [{'radius': 10.0, 'surface_dim': 2.0, 'cutoff_length': 500.0, 
     105           }, 0.05, 301428.65916], 
     106 
     107         # Additional tests with larger range of parameters 
     108         [{'radius': 1.0, 'surface_dim': 1.0, 'cutoff_length': 10.0, 
    103109           }, 0.332070182643, 1125.00321004], 
    104110 
Note: See TracChangeset for help on using the changeset viewer.