Changeset e79f0a5 in sasmodels


Ignore:
Timestamp:
Mar 19, 2016 8:17:45 AM (8 years ago)
Author:
Paul Kienzle <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:
12dbc90, a78bebc
Parents:
19b9005
Message:

re-enable product model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r72a081d re79f0a5  
    123123        elif composition_type == 'product': 
    124124            from . import product 
    125             P, S = parts 
     125            P, S = models 
    126126            return product.ProductModel(model_info, P, S) 
    127127        else: 
Note: See TracChangeset for help on using the changeset viewer.