Changeset 1ec7efa in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Nov 25, 2015 2:44:45 PM (9 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:
d138d43
Parents:
a5899c8
Message:

use taylor expansion in triaxial ellipsoid model so single precision is more accurate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r4b41184 r1ec7efa  
    292292        except ImportError: 
    293293            traceback.print_exc() 
    294             Ncomp = 0 
     294            Nbase = 0 
    295295    elif Nbase > 0: 
    296296        base, base_time = eval_opencl(model_definition, pars, data, 
Note: See TracChangeset for help on using the changeset viewer.