Changeset 69e1afc in sasmodels
- 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
- Location:
- sasmodels/models
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/bcc_paracrystal.py
r9b79f29 r69e1afc 148 148 [{ }, 149 149 [0.001, q, 0.215268], [1.46601394721, 2.85851284174, 0.00866710287078]], 150 ] 150 [{'theta':20.0,'phi':30,'psi':40.0},(-0.017,0.035),2082.20264399 ], 151 [{'theta':20.0,'phi':30,'psi':40.0},(-0.081,0.011),0.436323144781 ] 152 ] -
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 ] -
sasmodels/models/sc_paracrystal.py
r48438f9 r69e1afc 149 149 150 150 tests = [ 151 # Accuracy tests based on content in test/utest_extra_models.py 151 # Accuracy tests based on content in test/utest_extra_models.py, 2d tests added April 10, 2017 152 152 [{}, 0.001, 10.3048], 153 153 [{}, 0.215268, 0.00814889], 154 [{}, (0.414467), 0.001313289] 154 [{}, (0.414467), 0.001313289], 155 [{'theta':10.0,'phi':20,'psi':30.0},(0.045,-0.035),18.0397138402 ], 156 [{'theta':10.0,'phi':20,'psi':30.0},(0.023,0.045),0.0177333171285 ] 155 157 ] 156 158
Note: See TracChangeset
for help on using the changeset viewer.