Changeset 9e771a3 in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Oct 18, 2017 10:51:08 PM (7 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:
94f4543
Parents:
9b7b23f
Message:

sort out weights (seems to be correct this time)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    ra85a569 r9e771a3  
    272272    Possible types include 'half', 'single', 'double' and 'quad'.  If the 
    273273    type is 'fast', then this is equivalent to dtype 'single' but using 
    274     fast native functions rather than those with the precision level guaranteed 
    275     by the OpenCL standard. 
     274    fast native functions rather than those with the precision level 
     275    guaranteed by the OpenCL standard.  'default' will choose the appropriate 
     276    default for the model and platform. 
    276277 
    277278    Platform preference can be specfied ("ocl" vs "dll"), with the default 
Note: See TracChangeset for help on using the changeset viewer.