Changeset bd91e8f in sasmodels for sasmodels/models/fcc_paracrystal.py


Ignore:
Timestamp:
Mar 30, 2019 2:59:53 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
ticket_1156
Children:
345cc8f
Parents:
a3412a6 (diff), e15a822 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ticket_1156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fcc_paracrystal.py

    rb3f4831 rbd91e8f  
    9999   (Corrections to FCC and BCC lattice structure calculation) 
    100100 
     101Source 
     102------ 
     103 
     104`fcc_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fcc_paracrystal.py>`_ 
     105 
     106`fcc_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fcc_paracrystal.c>`_ 
     107 
    101108Authorship and Verification 
    102109---------------------------- 
     
    137144 
    138145def random(): 
     146    """Return a random parameter set for the model.""" 
    139147    # copied from bcc_paracrystal 
    140148    radius = 10**np.random.uniform(1.3, 4) 
Note: See TracChangeset for help on using the changeset viewer.