Changeset e8d2276 in sasmodels for sasmodels/generate.py


Ignore:
Timestamp:
Mar 21, 2016 4:09:13 PM (8 years ago)
Author:
wojciech
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:
5462ffb
Parents:
abc03d8 (diff), 48fbd50 (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:

Merged with branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    rabc03d8 re8d2276  
    684684 
    685685def poly_details(model_info, weights): 
     686    print("entering poly",weights) 
     687    print([p.name for p in model_info['parameters']]) 
    686688    pars = model_info['parameters'][2:]  # skip scale and background 
    687689    weights = weights[2:] 
Note: See TracChangeset for help on using the changeset viewer.