Changeset 9f6823b in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Aug 2, 2017 2:45:44 PM (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:
232bb12
Parents:
883ecf4
Message:

paper bag fixes for rushed commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r883ecf4 r9f6823b  
    730730    if dtype == 'sasview': 
    731731        return eval_sasview(model_info, data) 
    732     elif dtype is None or dtype.endswith('!'): 
     732    elif dtype is None or not dtype.endswith('!'): 
    733733        return eval_opencl(model_info, data, dtype=dtype, cutoff=cutoff) 
    734734    else: 
Note: See TracChangeset for help on using the changeset viewer.