Changeset ea1f14d in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Mar 21, 2016 6:57:58 PM (8 years ago)
Author:
wojciech
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:
fec69dd
Parents:
e6c1491
Message:

Polydispersity goes all way long but doesn't change parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r48fbd50 rea1f14d  
    237237    weights = weights.astype(dtype=kernel.dtype) 
    238238    values = values.astype(dtype=kernel.dtype) 
    239  
     239    print("kernel poly",values) 
    240240    return kernel(details, weights, values, cutoff) 
    241241 
Note: See TracChangeset for help on using the changeset viewer.