Changeset f173599 in sasmodels for compare.py
- Timestamp:
- Feb 18, 2015 6:07:27 AM (10 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:
- c97724e
- Parents:
- 56fc97a (diff), 87fce00 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
compare.py
r373d1b6 rf173599 10 10 11 11 from sasmodels.bumps_model import BumpsModel, plot_data, tic 12 from sasmodels import kernelcl, kerneldll 12 try: from sasmodels import kernelcl 13 except: from sasmodels import kerneldll as kernelcl 14 from sasmodels import kerneldll 13 15 from sasmodels.convert import revert_model 14 16
Note: See TracChangeset
for help on using the changeset viewer.