Changeset e56883e in sasmodels


Ignore:
Timestamp:
Mar 21, 2016 8:39:14 AM (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:
3a45c2c
Parents:
e5ce788 (diff), 670eee4 (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 https://github.com/SasView/sasmodels.git

Location:
sasmodels
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r98d6cfc r1671636  
    366366        composition_type, parts = model_info['composition'] 
    367367        if composition_type == 'product': 
    368             from sas.models.MultiplicationModel import MultiplicationModel 
     368            from sas.sascalc.fit.MultiplicationModel import MultiplicationModel 
    369369            P, S = [get_model(p) for p in model_info['oldname']] 
    370370            model = MultiplicationModel(P, S) 
  • sasmodels/convert.py

    r062db5a rc6ca41e  
    156156        elif name == 'vesicle': 
    157157            del oldpars['volfraction'] 
     158        elif name == 'multilayer_vesicle': 
     159            del oldpars['volfraction'] 
    158160 
    159161    return oldpars 
     
    195197        elif name == 'vesicle': 
    196198            pars['volfraction'] = 1 
     199        elif name == 'multilayer_vesicle': 
     200            pars['volfraction'] = 1 
    197201             
Note: See TracChangeset for help on using the changeset viewer.