Changeset 69e1afc in sasmodels for sasmodels/models/fcc_paracrystal.py
- Timestamp:
- Apr 10, 2017 12:56:27 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:
- e645373
- Parents:
- 9802ab3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/fcc_paracrystal.py
r9b79f29 r69e1afc 129 129 psi_pd=15, psi_pd_n=0, 130 130 ) 131 # april 6 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 132 # add 2d test later 131 # april 10 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 133 132 q =4.*pi/220. 134 133 tests = [ 135 134 [{ }, 136 135 [0.001, q, 0.215268], [0.275164706668, 5.7776842567, 0.00958167119232]], 136 [{}, (-0.047,-0.007), 238.103096286], 137 [{}, (0.053,0.063), 0.863609587796 ], 137 138 ]
Note: See TracChangeset
for help on using the changeset viewer.