Changeset 1875f4e in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Sep 8, 2016 6:11:09 AM (8 years ago)
Author:
wojciech
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:
52ec91e
Parents:
551398c
Message:

Adding documentation for model complitaion - it still need to be updated and reviewed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    ra557a99 r1875f4e  
    229229        platform = "dll" 
    230230 
    231     # if platform is None: 
    232     #     platform = "ocl" if model_info.opencl else "dll" 
    233     # if platform == "ocl" and not HAVE_OPENCL: 
    234     #     platform = "dll" 
    235  
    236231    # Check if type indicates dll regardless of which platform is given 
    237232    if dtype is not None and dtype.endswith('!'): 
Note: See TracChangeset for help on using the changeset viewer.