Ignore:
Timestamp:
Nov 29, 2017 11:13:23 AM (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/lamellar_hg_stack_caille.py

    r1511c37c r2d81cfe  
    7373also in J. Phys. Chem. B, 105, (2001) 11081-11088 
    7474""" 
     75 
     76import numpy as np 
    7577from numpy import inf 
    7678 
     
    124126 
    125127def random(): 
    126     import numpy as np 
    127128    total_thickness = 10**np.random.uniform(2, 4.7) 
    128129    Nlayers = np.random.randint(2, 200) 
Note: See TracChangeset for help on using the changeset viewer.