Changeset c9801b8 in sasmodels


Ignore:
Timestamp:
Feb 19, 2015 10:44:46 AM (9 years ago)
Author:
pkienzle
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:
3a45c2c
Parents:
ae7b97b (diff), 4d24d80 (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' of github.com:sasview/sasmodels

Location:
sasmodels
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    rff58110 rae7b97b  
    731731    info['limits'] = dict((p[0],p[3]) for p in info['parameters']) 
    732732    info['partype'] = categorize_parameters(info['parameters']) 
     733    info['defaults'] = dict((p[0],p[2]) for p in info['parameters']) 
    733734 
    734735    source = make_model(info) 
Note: See TracChangeset for help on using the changeset viewer.