Changeset 26d9368 in sasmodels for sasmodels/weights.py


Ignore:
Timestamp:
Oct 1, 2016 4:06:46 PM (8 years ago)
Author:
ajj
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:
79906d1
Parents:
2f46e83 (diff), 41e7f2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ticket651'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/weights.py

    rf1a8811 r41e7f2e  
    1010import numpy as np  # type: ignore 
    1111from scipy.special import gammaln  # type: ignore 
     12 
     13# TODO: include dispersion docs with the disperser models 
    1214 
    1315class Dispersion(object): 
Note: See TracChangeset for help on using the changeset viewer.