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

    r8f04da4 r2d81cfe  
    4141J P Hansen and J B Hayter, *Molecular Physics*, 46 (1982) 651-656 
    4242""" 
     43 
     44import numpy as np 
    4345from numpy import inf 
    4446 
     
    9193 
    9294def random(): 
    93     import numpy as np 
    9495    # TODO: too many failures for random hayter_msa parameters 
    9596    pars = dict( 
Note: See TracChangeset for help on using the changeset viewer.