Changeset 650c6d2 in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Apr 6, 2017 2:18:30 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c, bccb40f, 14e08bf
Parents:
5702f52
Message:

use correct type info for 16-bit floats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r5124c969 r650c6d2  
    250250        dtype = "longdouble" 
    251251    elif dtype == "half": 
    252         dtype = "f16" 
     252        dtype = "float16" 
    253253 
    254254    # Convert dtype string to numpy dtype. 
Note: See TracChangeset for help on using the changeset viewer.