Changeset b297ba9 in sasmodels for sasmodels/models/triaxial_ellipsoid.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/triaxial_ellipsoid.py

    r99658f6 rb297ba9  
    158158source = ["lib/sas_3j1x_x.c", "lib/gauss76.c", "triaxial_ellipsoid.c"] 
    159159have_Fq = True 
    160 effective_radius_type = ["equivalent biaxial ellipsoid average curvature", "equivalent volume sphere", "min radius", "max radius"] 
     160effective_radius_type = [ 
     161    "equivalent biaxial ellipsoid average curvature", 
     162    "equivalent volume sphere", "min radius", "max radius", 
     163    ] 
    161164 
    162165def random(): 
     166    """Return a random parameter set for the model.""" 
    163167    a, b, c = 10**np.random.uniform(1, 4.7, size=3) 
    164168    pars = dict( 
Note: See TracChangeset for help on using the changeset viewer.