Changeset 6dd90c1 in sasmodels for sasmodels/models/parallelepiped.py


Ignore:
Timestamp:
Mar 16, 2016 9:25:21 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
63776d3
Parents:
5111921
Message:

update model tests for default background of 0.001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/parallelepiped.py

    r5111921 r6dd90c1  
    233233 
    234234qx, qy = 0.2 * np.cos(2.5), 0.2 * np.sin(2.5) 
    235 tests = [[{}, 0.2, 0.17658004974], 
    236          [{}, [0.2], [0.17658004974]], 
    237          [{'theta':10.0, 'phi':10.0}, (qx, qy), 0.00460296014], 
    238          [{'theta':10.0, 'phi':10.0}, [(qx, qy)], [0.00460296014]], 
     235tests = [[{}, 0.2, 0.17758004974], 
     236         [{}, [0.2], [0.17758004974]], 
     237         [{'theta':10.0, 'phi':10.0}, (qx, qy), 0.00560296014], 
     238         [{'theta':10.0, 'phi':10.0}, [(qx, qy)], [0.00560296014]], 
    239239        ] 
    240240del qx, qy  # not necessary to delete, but cleaner 
Note: See TracChangeset for help on using the changeset viewer.