Changeset 6458608 in sasmodels
- Timestamp:
- Jan 20, 2016 2:03:29 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:
- 0420af7, 3a45c2c
- Parents:
- 14ba6f6
- Location:
- sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare_many.py
ra7f909a r6458608 164 164 model = sys.argv[1] 165 165 if not (model in MODELS) and (model != "all"): 166 print('Bad model %s. Use "all" or one of:' )166 print('Bad model %s. Use "all" or one of:'%model) 167 167 print_models() 168 168 sys.exit(1) -
sasmodels/convert.py
r30b4ddf r6458608 75 75 for new, old in mapping.items(): 76 76 for pd, dot in PD_DOT: 77 if old +pd == new+dot:77 if old and old+pd == new+dot: 78 78 continue 79 79 if new+pd in newpars:
Note: See TracChangeset
for help on using the changeset viewer.