Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_parallelepiped.py

    rfa70e04 r8f04da4  
    211211 
    212212# rkh 7/4/17 add random unit test for 2d, note make all params different, 2d values not tested against other codes or models 
    213 if 0:  # pak: model rewrite; need to update tests 
    214     qx, qy = 0.2 * cos(pi/6.), 0.2 * sin(pi/6.) 
    215     tests = [[{}, 0.2, 0.533149288477], 
    216             [{}, [0.2], [0.533149288477]], 
    217             [{'theta':10.0, 'phi':20.0}, (qx, qy), 0.0853299803222], 
    218             [{'theta':10.0, 'phi':20.0}, [(qx, qy)], [0.0853299803222]], 
    219             ] 
    220     del qx, qy  # not necessary to delete, but cleaner 
     213qx, qy = 0.2 * cos(pi/6.), 0.2 * sin(pi/6.) 
     214tests = [[{}, 0.2, 0.533149288477], 
     215         [{}, [0.2], [0.533149288477]], 
     216         [{'theta':10.0, 'phi':20.0}, (qx, qy), 0.0853299803222], 
     217         [{'theta':10.0, 'phi':20.0}, [(qx, qy)], [0.0853299803222]], 
     218        ] 
     219del qx, qy  # not necessary to delete, but cleaner 
Note: See TracChangeset for help on using the changeset viewer.