Changeset b297ba9 in sasmodels for sasmodels/special.py


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/special.py

    rfba9ca0 rb297ba9  
    311311 
    312312# Gaussians 
    313 class Gauss: 
     313class Gauss(object): 
     314    """Gauss-Legendre integration weights""" 
    314315    def __init__(self, w, z): 
    315316        self.n = len(w) 
Note: See TracChangeset for help on using the changeset viewer.