Changeset 29fc2a3 in sasmodels
- Timestamp:
- Nov 20, 2015 8:45:20 AM (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:
- 4eac427
- Parents:
- 525f3a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
compare.py
r0763009 r29fc2a3 8 8 9 9 import numpy as np 10 11 ROOT = dirname(__file__) 12 sys.path.insert(0, ROOT) # Make sure sasmodels is first on the path 13 10 14 11 15 from sasmodels.bumps_model import Model, Experiment, plot_theory, tic … … 16 20 17 21 # List of available models 18 ROOT = dirname(__file__)19 22 MODELS = [basename(f)[:-3] 20 23 for f in sorted(glob.glob(joinpath(ROOT,"sasmodels","models","[a-zA-Z]*.py")))]
Note: See TracChangeset
for help on using the changeset viewer.