Changeset b297ba9 in sasmodels for sasmodels/models/bcc_paracrystal.py


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 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:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/bcc_paracrystal.py

    rda7b26b rb297ba9  
    11r""" 
    2 .. warning:: This model and this model description are under review following  
    3              concerns raised by SasView users. If you need to use this model,  
    4              please email help@sasview.org for the latest situation. *The  
     2.. warning:: This model and this model description are under review following 
     3             concerns raised by SasView users. If you need to use this model, 
     4             please email help@sasview.org for the latest situation. *The 
    55             SasView Developers. September 2018.* 
    66 
     
    141141 
    142142def random(): 
     143    """Return a random parameter set for the model.""" 
    143144    # Define lattice spacing as a multiple of the particle radius 
    144145    # using the formulat a = 4 r/sqrt(3).  Systems which are ordered 
Note: See TracChangeset for help on using the changeset viewer.