Changeset f80f334 in sasmodels
- Timestamp:
- Nov 18, 2016 1:52:13 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- d2fb4af, 3a45c2c
- Parents:
- 6245e42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/convert.py
rf8f5a37 rf80f334 293 293 # Can't use _get_translation_table since that will return the 'bare' 294 294 # version. 295 translation = CONVERSION_TABLE[newname] 295 translation = CONVERSION_TABLE[newname][1] 296 296 else: 297 297 model_info = load_model_info(newname)
Note: See TracChangeset
for help on using the changeset viewer.