Changeset 6aee3ab in sasmodels for sasmodels/details.py


Ignore:
Timestamp:
Nov 2, 2017 5:24:41 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:
ce99754
Parents:
9d9fcbd
Message:

make sure that jitter angle defaults to zero if no polydispersity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/details.py

    r767dca8 r6aee3ab  
    193193    #print("off:",offset) 
    194194 
    195     # Check that we arn't using too many polydispersity loops 
     195    # Check that we aren't using too many polydispersity loops 
    196196    num_active = np.sum(length > 1) 
    197197    max_pd = model_info.parameters.max_pd 
Note: See TracChangeset for help on using the changeset viewer.