Changeset b297ba9 in sasmodels for sasmodels/sesans.py


Ignore:
Timestamp:
Mar 20, 2019 5: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/sesans.py

    rfa79f5c rb297ba9  
    4848 
    4949    def apply(self, Iq): 
    50         # tye: (np.ndarray) -> np.ndarray 
     50        # type: (np.ndarray) -> np.ndarray 
     51        """ 
     52        Apply the SESANS transform to the computed I(q). 
     53        """ 
    5154        G0 = np.dot(self._H0, Iq) 
    5255        G = np.dot(self._H.T, Iq) 
Note: See TracChangeset for help on using the changeset viewer.