Changes in src/sas/sascalc/fit/models.py [fa81e94:c889a3e] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/fit/models.py
rfa81e94 rc889a3e 181 181 try: 182 182 model = load_custom_model(path) 183 # TODO: add [plug-in] tag to model name in sasview_model184 if not model.name.startswith(PLUGIN_NAME_BASE):185 model.name = PLUGIN_NAME_BASE + model.name186 183 plugins[model.name] = model 187 184 except Exception:
Note: See TracChangeset
for help on using the changeset viewer.