Changeset 5399809 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Aug 21, 2018 3:32:40 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2a12351b
Parents:
c57ee9e
Message:

fix R_eff support infrastructure so more tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r6e7ba14 r5399809  
    794794    info.source = getattr(kernel_module, 'source', []) 
    795795    info.c_code = getattr(kernel_module, 'c_code', None) 
     796    info.effective_radius = getattr(kernel_module, 'effective_radius', None) 
    796797    info.ER = None  # CRUFT 
    797798    info.VR = None  # CRUFT 
Note: See TracChangeset for help on using the changeset viewer.