Changeset 986da97 in sasview for park_integration/src/sans/fit


Ignore:
Timestamp:
Jun 28, 2012 4:53:08 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
83b81b8
Parents:
9c30b8c
Message:

Popup dialog on status event with error

Location:
park_integration/src/sans/fit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • park_integration/src/sans/fit/AbstractFitEngine.py

    r1f9f3c8a r986da97  
    486486                    self.curr_thread.isquit() 
    487487                except: 
    488                     msg = "Fitting: Terminated...       Note: Forcing to stop " 
    489                     msg += "fitting may cause a 'Functor error message' " 
    490                     msg += "being recorded in the log file....." 
    491                     self.handler.error(msg) 
     488                    #msg = "Fitting: Terminated...       Note: Forcing to stop " 
     489                    #msg += "fitting may cause a 'Functor error message' " 
     490                    #msg += "being recorded in the log file....." 
     491                    #self.handler.stop(msg) 
    492492                    raise 
    493493          
  • park_integration/src/sans/fit/ScipyFitting.py

    r2d0756a5 r986da97  
    114114                if handler is not None: 
    115115                    msg = "Fitting: Terminated!!!" 
    116                     handler.error(msg) 
     116                    handler.stop(msg) 
    117117                    raise KeyboardInterrupt, msg 
    118118            else: 
Note: See TracChangeset for help on using the changeset viewer.