Changeset 7c2935c in sasmodels
- Timestamp:
- Jan 12, 2017 3:57:33 PM (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:
- daeef4c, d5cc54c
- Parents:
- b7e8b94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_ellipsoid.py
rb7e8b94 r7c2935c 165 165 qx = q*cos(pi/6.0) 166 166 qy = q*sin(pi/6.0) 167 phi = 0.0168 167 # 11Jan2017 RKH sorted tests after redefinition of angles 169 168 tests = [ … … 193 192 'scale': 1.0, 194 193 }, 0.01, 8688.53], 195 # why does it need theta setting here, not globally above? 196 [{'background': 0.001, 'theta':90.0}, (0.4, 0.5), 0.00690673], 194 195 # 2D tests 196 [{'background': 0.001, 197 'theta': 90.0, 198 'phi': 0.0, 199 }, (0.4, 0.5), 0.00690673], 197 200 198 201 [{'radius_equat_core': 20.0, … … 206 209 'scale': 0.01, 207 210 'theta': 90.0, 211 'phi': 0.0, 208 212 }, (qx, qy), 0.01000025], 209 213 ]
Note: See TracChangeset
for help on using the changeset viewer.