Changeset 8c89d06 in sasmodels
- Timestamp:
- Aug 2, 2017 4:09:53 PM (7 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:
- 2d07219
- Parents:
- bd21b12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/elliptical_cylinder.py
r404ebbd r8c89d06 162 162 V = 10**np.random.uniform(3, 9) 163 163 length = 10**np.random.uniform(1, 3) 164 axis_ratio = 10** (4*np.random.uniform(-2, 2)164 axis_ratio = 10**np.random.uniform(-2, 2) 165 165 radius_minor = np.sqrt(V/length/axis_ratio) 166 166 Vf = 10**np.random.uniform(-4, -2)
Note: See TracChangeset
for help on using the changeset viewer.