Changeset d6f60c3 in sasmodels
- Timestamp:
- Nov 28, 2016 3:07:54 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 7e74ed5, 1e13e35, fe25eda
- Parents:
- bdd08df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/fractal_core_shell.py
r07300ea rd6f60c3 128 128 129 129 tests = [[{'radius': 20.0, 'thickness': 10.0}, 'ER', 30.0], 130 [{'radius': 20.0, 'thickness': 10.0}, 'VR', 0.703703704] ,130 [{'radius': 20.0, 'thickness': 10.0}, 'VR', 0.703703704]] 131 131 132 # The SasView test result was 0.00169, with a background of 0.001 133 [{'radius': 60.0, 134 'thickness': 10.0, 135 'sld_core': 1.0, 136 'sld_shell': 2.0, 137 'sld_solvent': 3.0, 138 'background': 0.0 139 }, 0.4, 0.00070126]] 132 # # The SasView test result was 0.00169, with a background of 0.001 133 # # They are however wrong as we now know. IGOR might be a more 134 # # appropriate source. Otherwise will just have to assume this is now 135 # # correct and self generate a correct answer for the future. Until we 136 # # figure it out leave the tests commented out 137 # [{'radius': 60.0, 138 # 'thickness': 10.0, 139 # 'sld_core': 1.0, 140 # 'sld_shell': 2.0, 141 # 'sld_solvent': 3.0, 142 # 'background': 0.0 143 # }, 0.015211, 692.84]]
Note: See TracChangeset
for help on using the changeset viewer.