Changeset b297ba9 in sasmodels for sasmodels/models/core_shell_bicelle.py


Ignore:
Timestamp:
Mar 20, 2019 7: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_bicelle.py

    r99658f6 rb297ba9  
    8989   from Proquest <http://search.proquest.com/docview/304915826?accountid 
    9090   =26379>`_ 
    91     
    92    L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949).  
     91 
     92   L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 
    9393 
    9494Authorship and Verification 
     
    158158have_Fq = True 
    159159effective_radius_type = [ 
    160     "excluded volume","equivalent volume sphere", "outer rim radius", 
     160    "excluded volume", "equivalent volume sphere", "outer rim radius", 
    161161    "half outer thickness", "half diagonal", 
    162162    ] 
    163163 
    164164def random(): 
     165    """Return a random parameter set for the model.""" 
    165166    pars = dict( 
    166167        radius=10**np.random.uniform(1.3, 3), 
Note: See TracChangeset for help on using the changeset viewer.