Changeset cebbb5a in sasmodels
- Timestamp:
- Apr 25, 2016 12:16:55 PM (9 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:
- 639c4e3
- Parents:
- dd71228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
rf2f67a6 rcebbb5a 139 139 numpy_dtype, fast = parse_dtype(model_info, dtype) 140 140 if (platform == "dll" 141 or dtype.endswith('!')141 or (dtype is not None and dtype.endswith('!')) 142 142 or not HAVE_OPENCL 143 143 or not kernelcl.environment().has_type(numpy_dtype)):
Note: See TracChangeset
for help on using the changeset viewer.