Changeset 4709 for trunk/GSASIIstrMain.py
- Timestamp:
- Jan 4, 2021 10:41:46 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r4699 r4709 224 224 Rvals['Max shft/sig'] = 0.0 225 225 else: 226 Rvals['Max shft/sig'] = np.max( Lastshft/sig)226 Rvals['Max shft/sig'] = np.max(np.nan_to_num(Lastshft/sig)) 227 227 if np.any(np.isnan(sig)) or not sig.shape: 228 228 G2fil.G2Print ('*** Least squares aborted - some invalid esds possible ***',mode='error')
Note: See TracChangeset
for help on using the changeset viewer.