Changeset d70f6d2 in sasview for src/sas/sasgui/perspectives/fitting/basepage.py
- Timestamp:
- Apr 6, 2017 8:18:42 AM (8 years ago)
- Branches:
- master, 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- c5c247e
- Parents:
- 9c9fae1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r9c9fae1 rd70f6d2 1709 1709 self._draw_model_after(inputVariables[0], inputVariables[1]) 1710 1710 self.threadedDrawQueue.task_done() 1711 wx.PostEvent(self._manager.parent, StatusEvent(status="Computation is in progress...", type = "progress")) 1711 1712 1712 1713 def _draw_model_after(self, update_chisqr=True, source='model'):
Note: See TracChangeset
for help on using the changeset viewer.