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


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/barbell.py

    r99658f6 rb297ba9  
    7979.. [#] H Kaya and N R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda 
    8080   and errata) 
    81 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949).  
     81L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 
    8282 
    8383Authorship and Verification 
     
    117117 
    118118source = ["lib/polevl.c", "lib/sas_J1.c", "lib/gauss76.c", "barbell.c"] 
    119 have_Fq = True  
     119have_Fq = True 
    120120effective_radius_type = [ 
    121     "equivalent cylinder excluded volume","equivalent volume sphere", "radius", "half length", "half total length", 
     121    "equivalent cylinder excluded volume", "equivalent volume sphere", 
     122    "radius", "half length", "half total length", 
    122123    ] 
    123124 
    124125def random(): 
     126    """Return a random parameter set for the model.""" 
    125127    # TODO: increase volume range once problem with bell radius is fixed 
    126128    # The issue is that bell radii of more than about 200 fail at high q 
Note: See TracChangeset for help on using the changeset viewer.