Ignore:
Timestamp:
Mar 20, 2019 5:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_cylinder.py

    r99658f6 rb297ba9  
    7070   1445-1452 
    7171.. [#kline] S R Kline, *J Appl. Cryst.*, 39 (2006) 895 
    72 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949).  
     72L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 
    7373 
    7474Authorship and Verification 
     
    139139 
    140140def random(): 
     141    """Return a random parameter set for the model.""" 
    141142    outer_radius = 10**np.random.uniform(1, 4.7) 
    142143    # Use a distribution with a preference for thin shell or thin core 
Note: See TracChangeset for help on using the changeset viewer.