Changeset d4dac80 in sasview for src/sas/qtgui/Utilities/TabbedModelEditor.py
- Timestamp:
- Apr 25, 2018 4:59:33 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, 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:
- 017b285
- Parents:
- 93c79b5
- git-author:
- Piotr Rozyczko <rozyczko@…> (03/22/18 14:46:19)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (04/25/18 04:59:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/TabbedModelEditor.py
r93c79b5 rd4dac80 35 35 self.edit_only = edit_only 36 36 self.is_modified = False 37 self.label = None 37 38 38 39 self.addWidgets() … … 240 241 # Run the model test in sasmodels 241 242 try: 242 _ = GuiUtils.checkModel(full_path) 243 model_results = self.checkModel(full_path) 244 logging.info(model_results) 243 245 except Exception as ex: 244 246 msg = "Error building model: "+ str(ex)
Note: See TracChangeset
for help on using the changeset viewer.