Changeset 8f04da4 in sasmodels for sasmodels/models/bcc_paracrystal.py


Ignore:
Timestamp:
Aug 2, 2017 12:53:56 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
bd21b12
Parents:
1511c37c
Message:

tuned random model generation for more models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/bcc_paracrystal.py

    r1511c37c r8f04da4  
    154154# april 6 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 
    155155# add 2d test later 
    156 q =4.*pi/220. 
     156q = 4.*pi/220. 
    157157tests = [ 
    158     [{ }, 
    159      [0.001, q, 0.215268], [1.46601394721, 2.85851284174, 0.00866710287078]], 
     158    [{}, [0.001, q, 0.215268], [1.46601394721, 2.85851284174, 0.00866710287078]], 
    160159    [{'theta': 20.0, 'phi': 30, 'psi': 40.0}, (-0.017, 0.035), 2082.20264399], 
    161160    [{'theta': 20.0, 'phi': 30, 'psi': 40.0}, (-0.081, 0.011), 0.436323144781], 
Note: See TracChangeset for help on using the changeset viewer.