Changeset 5484 for trunk/GSASIIdataGUI.py
- Timestamp:
- Jan 30, 2023 3:05:43 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r5483 r5484 5568 5568 refPlotUpdate = None 5569 5569 5570 seqList = self.testSeqRefineMode() 5570 5571 try: 5571 OK,Rvals = G2stMn.DoLeBail(self.GSASprojectfile,dlg,cycles=1,refPlotUpdate=refPlotUpdate )5572 OK,Rvals = G2stMn.DoLeBail(self.GSASprojectfile,dlg,cycles=1,refPlotUpdate=refPlotUpdate,seqList=seqList) 5572 5573 finally: 5573 5574 dlg.Update(101.) # forces the Auto_Hide; needed after move w/Win & wx3.0 5574 5575 dlg.Destroy() 5575 if OK: 5576 if OK and seqList: 5577 print('continuing with sequential fit') 5578 elif OK: 5576 5579 text = '' 5577 5580 rtext = 'LeBail-only fit done. '
Note: See TracChangeset
for help on using the changeset viewer.