Changeset d8eaa3d in sasmodels


Ignore:
Timestamp:
Mar 11, 2019 9:38:17 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:
225bf94, 242b361
Parents:
d92182f
Message:

trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    rd92182f rd8eaa3d  
    10021002    #: pointers to doubles.  Constants in floating point expressions should 
    10031003    #: include the decimal point. See :mod:`generate` for more details. If 
    1004     #: *have_Fq* is True, then Iq should return an interleaved array of  
     1004    #: *have_Fq* is True, then Iq should return an interleaved array of 
    10051005    #: $[\sum F(q_1), \sum F^2(q_1), \ldots, \sum F(q_n), \sum F^2(q_n)]$. 
    10061006    Iq = None               # type: Union[None, str, Callable[[np.ndarray], np.ndarray]] 
Note: See TracChangeset for help on using the changeset viewer.