Changeset 53215cf in sasmodels for sasmodels/convert.py


Ignore:
Timestamp:
Mar 27, 2016 7:14:16 PM (8 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
381b1f0, fa1582e
Parents:
3034fc5
Message:

fixed n_stacked value in convert so that compare works, added two unit
tests to the model (stacked_disks) with n_stacked = 5 (to have more than
just n_stacked=1) and added attribution line in docs of modle. closes
#551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/convert.py

    r3034fc5 r53215cf  
    184184    for name in namelist: 
    185185        if name == 'stacked_disks': 
    186             pars['n_stacking'] = 0 
     186            pars['n_stacking'] = 1 
    187187        elif name == 'pearl_necklace': 
    188188            pars['string_thickness_pd_n'] = 0 
Note: See TracChangeset for help on using the changeset viewer.