Changeset 3c6d5bc in sasmodels
- Timestamp:
- Mar 30, 2016 12:43:19 PM (9 years ago)
- 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
- Location:
- sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_sphere.py
r55b2b232 r3c6d5bc 99 99 100 100 tests = [[{'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], 102 104 103 105 # The SasView test result was 0.00169, with a background of 0.001 -
sasmodels/product.py
r8e0d974 r3c6d5bc 21 21 VOLFRACTION=3 22 22 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. 23 25 def make_product_info(p_info, s_info): 24 26 """
Note: See TracChangeset
for help on using the changeset viewer.