Changeset 2d81cfe in sasmodels for sasmodels/models/linear_pearls.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/linear_pearls.py

    r8f04da4 r2d81cfe  
    3131A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 
    323229 (1996) 2974-2979 
    33  
    3433""" 
    3534 
     35import numpy as np 
    3636from numpy import inf 
    3737 
     
    6666 
    6767def random(): 
    68     import numpy as np 
    6968    radius = 10**np.random.uniform(1, 3) # 1 - 1000 
    7069    edge_sep = 10**np.random.uniform(0, 3)  # 1 - 1000 
Note: See TracChangeset for help on using the changeset viewer.