Changeset eafc9fa in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Jan 30, 2016 9:39:59 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
5925e90
Parents:
823e620
Message:

refactor kernel wrappers to simplify q input handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    rd07c883 reafc9fa  
    118118    Return a computation kernel from the model definition and the q input. 
    119119    """ 
    120     model_input = model.make_input(q_vectors) 
    121     return model(model_input) 
     120    return model(q_vectors) 
    122121 
    123122def get_weights(info, pars, name): 
Note: See TracChangeset for help on using the changeset viewer.