Changeset 52e9a45 in sasmodels
- Timestamp:
- Oct 17, 2016 11:10:07 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 218cdbc
- Parents:
- 248561a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
r1875f4e r52e9a45 53 53 "nonmagnetic", "magnetic") 54 54 def list_models(kind=None): 55 # type: ( ) -> List[str]55 # type: (str) -> List[str] 56 56 """ 57 57 Return the list of available models on the model path.
Note: See TracChangeset
for help on using the changeset viewer.