Changeset ee60aa7 in sasmodels for sasmodels/kernel.py


Ignore:
Timestamp:
Sep 10, 2018 4:16:46 PM (6 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:
d299327
Parents:
3f818b2
Message:

clean up effective radius functions; improve mono_gauss_coil accuracy; start moving VR into C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel.py

    r5399809 ree60aa7  
    9292    def _call_kernel(self, call_details, values, cutoff, magnetic, effective_radius_type): 
    9393        # type: (CallDetails, np.ndarray, np.ndarray, float, bool, int) -> np.ndarray 
    94         raise NotImpmentedError() 
     94        raise NotImplementedError() 
Note: See TracChangeset for help on using the changeset viewer.