Changeset c889a3e in sasview for src/sas/sascalc/fit
- Timestamp:
- May 16, 2018 3:05:26 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d3b57a0
- Parents:
- bc3debf8
- 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.