Changeset 2464785 in sasmodels
- Timestamp:
- Mar 26, 2019 5:13:29 AM (6 years ago)
- Branches:
- master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
- Children:
- 265c657
- Parents:
- 0507e09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/sphere.py
r0507e09 r2464785 98 98 [{"radius": 120., "radius_pd": 0.2, "radius_pd_n":45}, 99 99 0.1, None, None, 120., None, 1.0], 100 [{"@S": "hardsphere"}, 0.1, None], 100 [{"@S": "hardsphere"}, 0.1, 0.7940350343881906], # this is current value, not verified elsewhere yet 101 # [{"@S": "hardsphere", # hard sphere structure factor 102 # "structure_factor_mode": 1, # decoupling approximation - currently objecting to these new parameters 103 # "effective_radius_mode": 1 # equivalent sphere 104 # }, 0.1, None], 101 105 ] 106 # putting None for expected result will pass the test if there are no errors from the routine, but without any check on the value of the result
Note: See TracChangeset
for help on using the changeset viewer.