Changeset 650c6d2 in sasmodels for sasmodels/compare.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/compare.py

    rc4e3215 r650c6d2  
    546546    'f32': '32', 
    547547    'f64': '64', 
     548    'float16': '16', 
     549    'float32': '32', 
     550    'float64': '64', 
     551    'float128': '128', 
    548552    'longdouble': '128', 
    549553} 
Note: See TracChangeset for help on using the changeset viewer.