Changeset 1edf610 in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Mar 21, 2016 12:54:55 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:
a4e2ae5, afda63c
Parents:
839283a
Message:

debug checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r303d8d6 r1edf610  
    452452    """ 
    453453    # initialize the code so time is more accurate 
    454     value = calculator(**suppress_pd(pars)) 
     454    #value = calculator(**suppress_pd(pars)) 
    455455    toc = tic() 
    456456    for _ in range(max(Nevals, 1)):  # make sure there is at least one eval 
Note: See TracChangeset for help on using the changeset viewer.