Changeset 069743a in sasmodels
- Timestamp:
- Mar 21, 2019 11:37:51 AM (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:
- b889b6a
- Parents:
- 4e28511
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernelcl.py
r4e28511 r069743a 329 329 return [cl.create_some_context(interactive=False)] 330 330 except Exception as exc: 331 # TODO: Should warnings instead b yput into logging.warn?331 # TODO: Should warnings instead be put into logging.warn? 332 332 warnings.warn(str(exc)) 333 333 warnings.warn(
Note: See TracChangeset
for help on using the changeset viewer.