Changeset 2d81cfe in sasmodels for sasmodels/models/fractal_core_shell.py


Ignore:
Timestamp:
Nov 29, 2017 1:13:23 PM (6 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:
237b800f
Parents:
a839b22
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal_core_shell.py

    rca04add r2d81cfe  
    5757* **Last Modified by:** Paul Butler and Paul Kienzle **on:** November 27, 2016 
    5858* **Last Reviewed by:** Paul Butler and Paul Kienzle **on:** November 27, 2016 
    59  
    6059""" 
    6160 
     61import numpy as np 
    6262from numpy import pi, inf 
    6363 
     
    9898 
    9999def random(): 
    100     import numpy as np 
    101100    outer_radius = 10**np.random.uniform(0.7, 4) 
    102101    # Use a distribution with a preference for thin shell or thin core 
Note: See TracChangeset for help on using the changeset viewer.