Changeset a8631ca in sasmodels for sasmodels/models/flexible_cylinder.py


Ignore:
Timestamp:
Oct 4, 2017 2:51:37 PM (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:
18a2bfc
Parents:
5772737
Message:

flexible_cylinder: make sure all branches are tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/flexible_cylinder.py

    r237c9cf ra8631ca  
    9090    length = 10**np.random.uniform(2, 6) 
    9191    radius = 10**np.random.uniform(1, 3) 
    92     kuhn_length = 10**np.random.uniform(-2, -0.7)*length  # at least 10 segments 
     92    kuhn_length = 10**np.random.uniform(-2, 0)*length 
    9393    pars = dict( 
    9494        length=length, 
Note: See TracChangeset for help on using the changeset viewer.