Ignore:
Timestamp:
Feb 1, 2021 1:36:50 PM (2 years ago)
Author:
toby
Message:

switch to new HessianLSQ; Ouch#4 msg in GUI; misc wx4.1 fixes; docs improvements; switch to new HessianLSQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4780 r4789  
    51945194                text += '\nMax shift/sigma={:.3f}\n'.format(Rvals['Max shft/sig'])
    51955195            if 'msg' in Rvals: text += '\n' + Rvals['msg'] + '\n'
     5196            if 'Aborted' in Rvals:
     5197                text += '\ERROR: Minimizer failed to reduce chi**2!\n'
    51965198            if lamMax >= 10.:
    51975199                text += '\nWARNING: Steepest descents dominates;'+   \
Note: See TracChangeset for help on using the changeset viewer.