Changeset 733a3e1 in sasmodels for sasmodels/weights.py


Ignore:
Timestamp:
Sep 12, 2016 1:22:27 AM (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:
897ca7f
Parents:
3764ec1
Message:

minor code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/weights.py

    r56b2687 r733a3e1  
    22SAS distributions for polydispersity. 
    33""" 
    4 # TODO: include dispersion docs with the disperser models 
     4from __future__ import division 
    55from math import sqrt  # type: ignore 
    66import numpy as np  # type: ignore 
    77from scipy.special import gammaln  # type: ignore 
     8 
     9# TODO: include dispersion docs with the disperser models 
    810 
    911class Dispersion(object): 
Note: See TracChangeset for help on using the changeset viewer.