Changeset c036ddb in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Aug 7, 2018 10:45:45 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:
7e923c2
Parents:
7b0abf8
Message:

refactor so Iq is not needed if Fq is defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r01c8d9e rc036ddb  
    140140    used with functions in generate to build the docs or extract model info. 
    141141    """ 
    142  
    143142    if "+" in model_string: 
    144143        parts = [load_model_info(part) 
     
    290289    else: 
    291290        numpy_dtype = np.dtype(dtype) 
     291 
    292292    # Make sure that the type is supported by opencl, otherwise use dll 
    293293    if platform == "ocl": 
Note: See TracChangeset for help on using the changeset viewer.