Changeset 65314f7 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Sep 1, 2017 6:47:21 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:
61a4bd4
Parents:
bcdd6c9
Message:

Ensure tests for new sum/multi models pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r724257c r65314f7  
    718718    models when the model is first called, not when the model is loaded. 
    719719    """ 
     720    if hasattr(kernel_module, "model_info"): 
     721        # Custom sum/multi models 
     722        return kernel_module.model_info 
    720723    info = ModelInfo() 
    721724    #print("make parameter table", kernel_module.parameters) 
Note: See TracChangeset for help on using the changeset viewer.