Changeset e2d6e3b in sasmodels
- Timestamp:
- Apr 6, 2017 8:30:46 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:
- 43ff77c
- Parents:
- 0b56f38
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/bcc_paracrystal.py
r0b56f38 re2d6e3b 142 142 ) 143 143 # april 6 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 144 # add 2d test later 144 145 q =4.*pi/220. 145 146 tests = [ -
sasmodels/models/fcc_paracrystal.py
r925ad6e re2d6e3b 90 90 """ 91 91 92 from numpy import inf 92 from numpy import inf, pi 93 93 94 94 name = "fcc_paracrystal" … … 128 128 psi_pd=15, psi_pd_n=0, 129 129 ) 130 # april 6 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 131 # add 2d test later 132 q =4.*pi/220. 133 tests = [ 134 [{ }, 135 [0.001, q, 0.215268], [0.275164706668, 5.7776842567, 0.00958167119232]], 136 ]
Note: See TracChangeset
for help on using the changeset viewer.