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

    r1f159bd r2d81cfe  
    104104""" 
    105105 
     106import numpy as np 
    106107from numpy import inf, pi 
    107108 
     
    136137 
    137138def random(): 
    138     import numpy as np 
    139139    # Define lattice spacing as a multiple of the particle radius 
    140140    # using the formulat a = 4 r/sqrt(3).  Systems which are ordered 
Note: See TracChangeset for help on using the changeset viewer.