Changeset 3c6d5bc in sasmodels


Ignore:
Timestamp:
Mar 30, 2016 10:43:19 AM (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:
1d4d409
Parents:
d6f5da6
Message:

suppress test for VR calculation from core-shell sphere until new product model is sorted out

Location:
sasmodels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_sphere.py

    r55b2b232 r3c6d5bc  
    9999 
    100100tests = [[{'radius': 20.0, 'thickness': 10.0}, 'ER', 30.0], 
    101          [{'radius': 20.0, 'thickness': 10.0}, 'VR', 0.703703704], 
     101         # TODO: VR test suppressed until we sort out new product model 
     102         # and determine what to do with volume ratio. 
     103         #[{'radius': 20.0, 'thickness': 10.0}, 'VR', 0.703703704], 
    102104 
    103105         # The SasView test result was 0.00169, with a background of 0.001 
  • sasmodels/product.py

    r8e0d974 r3c6d5bc  
    2121VOLFRACTION=3 
    2222 
     23# TODO: core_shell_sphere model has suppressed the volume ratio calculation 
     24# revert it after making VR and ER available at run time as constraints. 
    2325def make_product_info(p_info, s_info): 
    2426    """ 
Note: See TracChangeset for help on using the changeset viewer.