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

    rc63a7c8 r2d81cfe  
    2222 
    2323None. 
     24""" 
    2425 
    25 """ 
     26import numpy as np 
    2627from numpy import inf 
    2728 
     
    7071 
    7172def random(): 
    72     import numpy as np 
    7373    scale = 10**np.random.uniform(0, 3) 
    7474    slope = np.random.uniform(-1, 1)*1e2 
Note: See TracChangeset for help on using the changeset viewer.