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


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/two_lorentzian.py

    r48462b0 r2d81cfe  
    3434""" 
    3535 
     36import numpy as np 
    3637from numpy import inf, power 
    3738 
     
    9495 
    9596def random(): 
    96     import numpy as np 
    9797    scale = 10**np.random.uniform(0, 4, 2) 
    9898    length = 10**np.random.uniform(1, 4, 2) 
Note: See TracChangeset for help on using the changeset viewer.