Changeset 4691 for trunk


Ignore:
Timestamp:
Dec 30, 2020 5:53:44 PM (3 years ago)
Author:
toby
Message:

major updates to trial version of HessianLSQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r4682 r4691  
    5858    # process singular variables
    5959    psing = result[2].get('psing',[])
    60     if psing:
     60    if len(psing):
    6161        if msg: msg += '\n'
    6262        msg += 'Parameters dropped due to singularities:'
Note: See TracChangeset for help on using the changeset viewer.