Changeset d8eaa3d in sasmodels
- Timestamp:
- Mar 11, 2019 11:38:17 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/modelinfo.py
rd92182f rd8eaa3d 1002 1002 #: pointers to doubles. Constants in floating point expressions should 1003 1003 #: 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 1005 1005 #: $[\sum F(q_1), \sum F^2(q_1), \ldots, \sum F(q_n), \sum F^2(q_n)]$. 1006 1006 Iq = None # type: Union[None, str, Callable[[np.ndarray], np.ndarray]]
Note: See TracChangeset
for help on using the changeset viewer.