Changeset 32e3c9b in sasmodels for sasmodels/details.py


Ignore:
Timestamp:
Jul 21, 2016 2:08:04 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:
b966a96
Parents:
42356c8
Message:

dll version of magnetic sld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/details.py

    ra738209 r32e3c9b  
    9696 
    9797    pd_offset = np.cumsum(np.hstack((0, pd_length))) 
     98    #print(", ".join(str(i)+"-"+p.id for i,p in enumerate(model_info.parameters.call_parameters))) 
     99    #print("len:",pd_length) 
     100    #print("off:",pd_offset) 
    98101    # Note: the reversing view, x[::-1], does not require a copy 
    99102    idx = np.argsort(pd_length)[::-1][:num_active] 
Note: See TracChangeset for help on using the changeset viewer.