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


Ignore:
Timestamp:
Jan 27, 2016 2: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/gauss_lorentz_gel.py

    r29da213 r07a6700  
    110110               dynamic_cor_length='dyn_colength') 
    111111 
    112 tests = [[{'gauss_scale_factor':  10.0, 
     112tests = [ 
     113         # Accuracy tests based on content in test/utest_extra_models.py 
     114         [{'gauss_scale_factor':  100.0, 
     115           'static_cor_length':   100.0, 
     116           'lorentz_scale_factor': 50.0, 
     117           'dynamic_cor_length':   20.0, 
     118           }, 0.001, 149.481], 
     119 
     120         [{'gauss_scale_factor':  100.0, 
     121           'static_cor_length':   100.0, 
     122           'lorentz_scale_factor': 50.0, 
     123           'dynamic_cor_length':   20.0, 
     124           }, 0.105363, 9.1903], 
     125 
     126         [{'gauss_scale_factor':  100.0, 
     127           'static_cor_length':   100.0, 
     128           'lorentz_scale_factor': 50.0, 
     129           'dynamic_cor_length':   20.0, 
     130           }, 0.441623, 0.632811], 
     131 
     132         # Additional tests with larger range of parameters 
     133         [{'gauss_scale_factor':  10.0, 
    113134           'static_cor_length':  100.0, 
    114135           'lorentz_scale_factor': 3.0, 
Note: See TracChangeset for help on using the changeset viewer.