Changeset 1ed9e3f in sasmodels


Ignore:
Timestamp:
Feb 19, 2015 5:26:51 PM (9 years ago)
Author:
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:
f57d123
Parents:
29f5536
Message:

1d cylinder test does not need theta/phi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/cylinder.py

    rea7ffce r1ed9e3f  
    184184tests = [ 
    185185    [{},  0.2, 0.041761386790780453], 
    186     [{'theta':10.0, 'phi':10.0}, [0.2], [0.041761386790780453]], 
     186    [{}, [0.2], [0.041761386790780453]], 
    187187    [{'theta':10.0, 'phi':10.0}, (0.2, 2.5), 0.038176446608393366], 
    188188    [{'theta':10.0, 'phi':10.0}, [(0.2, 2.5)], [0.038176446608393366]], 
Note: See TracChangeset for help on using the changeset viewer.