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

    r8f04da4 r2d81cfe  
    109109""" 
    110110 
     111import numpy as np 
    111112from numpy import inf 
    112113 
     
    155156 
    156157def random(): 
    157     import numpy as np 
    158158    # Limit volume fraction to 20% each 
    159159    volfraction_lg = 10**np.random.uniform(-3, -0.3) 
Note: See TracChangeset for help on using the changeset viewer.