Changeset ee5fc99 in sasmodels
- Timestamp:
- Sep 5, 2018 10:43:12 AM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 917d975
- Parents:
- eb3eb38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/hollow_cylinder.py
r2d81cfe ree5fc99 120 120 vol_total = pi*router*router*length 121 121 vol_shell = vol_total - vol_core 122 return vol_ shell, vol_total122 return vol_total, vol_shell 123 123 124 124 def random(): … … 151 151 tests = [ 152 152 [{}, 0.00005, 1764.926], 153 [{}, 'VR', 1.8],153 [{}, 'VR', 0.55555556], 154 154 [{}, 0.001, 1756.76], 155 155 [{}, (qx, qy), 2.36885476192],
Note: See TracChangeset
for help on using the changeset viewer.