Changeset 4b41184 in sasmodels for sasmodels/compare_many.py


Ignore:
Timestamp:
Nov 25, 2015 4:10:43 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
a5899c8
Parents:
0fa687d
Message:

internal refactoring of compare/compare_many

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare_many.py

    r319ab14 r4b41184  
    7979        labels = [] 
    8080        columns = [] 
    81         #target = try_model(eval_sasview) 
    82         target = try_model(eval_opencl, dtype='longdouble', cutoff=cutoff) 
     81        target = try_model(eval_sasview) 
     82        #target = try_model(eval_ctypes, dtype='double', cutoff=0.) 
     83        #target = try_model(eval_ctypes, dtype='longdouble', cutoff=0.) 
    8384        if precision == 'single': 
    8485            value = try_model(eval_opencl, dtype='single', cutoff=cutoff) 
Note: See TracChangeset for help on using the changeset viewer.