Changeset 0edb6c1 in sasmodels for sasmodels/product.py


Ignore:
Timestamp:
Sep 12, 2017 5:12:03 AM (7 years ago)
Author:
lewis
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
9d1e3e4
Parents:
2ad5d30 (diff), 22e922e (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 'ticket-767' of https://github.com/lewisodriscoll/sasmodels into ticket-767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    r765eb0e r0edb6c1  
    8181 
    8282    model_info = ModelInfo() 
    83     model_info.id = '*'.join((p_id, s_id)) 
    84     model_info.name = '*'.join((p_name, s_name)) 
     83    model_info.id = '@'.join((p_id, s_id)) 
     84    model_info.name = '@'.join((p_name, s_name)) 
    8585    model_info.filename = None 
    8686    model_info.title = 'Product of %s and %s'%(p_name, s_name) 
Note: See TracChangeset for help on using the changeset viewer.