Changeset 1671636 in sasmodels


Ignore:
Timestamp:
Mar 21, 2016 8:38:12 AM (8 years ago)
Author:
krzywon
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:
670eee4
Parents:
9418d75
Message:

Moved MultiplicationModel? in the sasview source tree.

File:
1 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) 
Note: See TracChangeset for help on using the changeset viewer.