Changeset e645373 in sasmodels
- Timestamp:
- Apr 10, 2017 11:09:14 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:
- c11d09f, 34a9e4e
- Parents:
- 69e1afc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/triaxial_ellipsoid.py
r9802ab3 re645373 181 181 # april 6 2017, rkh add unit tests 182 182 # NOT compared with any other calc method, assume correct! 183 # add2d test after pull #890183 # check 2d test after pull #890 184 184 qx = q*cos(pi/6.0) 185 185 qy = q*sin(pi/6.0) 186 186 tests = [[{}, 0.05, 24.8839548033], 187 # [{'theta':80., 'phi':10.}, (qx, qy), 9999.],187 [{'theta':80., 'phi':10.}, (qx, qy), 166.712060266 ], 188 188 ] 189 189 del qx, qy # not necessary to delete, but cleaner
Note: See TracChangeset
for help on using the changeset viewer.