Changeset 562506e in sasmodels
- Timestamp:
- Jul 27, 2016 9:14:40 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 8357f66
- Parents:
- d680a2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/generate.py
ra738209 r562506e 495 495 """ 496 496 if callable(model_info.Iq): 497 raise ValueError("can't compile python model") 497 #raise ValueError("can't compile python model") 498 return None 498 499 499 500 # TODO: need something other than volume to indicate dispersion parameters
Note: See TracChangeset
for help on using the changeset viewer.