Changeset f1d9da7 in sasview for src/sas/qtgui/Utilities
- Timestamp:
- May 15, 2018 3:48:59 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:
- 5a731c63
- Parents:
- bac81f4 (diff), f9214aa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/TabbedModelEditor.py
raed0532 rf9214aa 241 241 # Run the model test in sasmodels 242 242 try: 243 model_results = self.checkModel(full_path)243 model_results = GuiUtils.checkModel(full_path) 244 244 logging.info(model_results) 245 245 except Exception as ex:
Note: See TracChangeset
for help on using the changeset viewer.