Changeset 4789 for trunk/GSASIIplot.py


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/GSASIIplot.py

    r4788 r4789  
    131131    import mpl_toolkits.mplot3d.axes3d as mp3d
    132132    from scipy.ndimage.interpolation import map_coordinates
    133 except ImportError:
     133except (ImportError, ValueError):
    134134    pass
    135135import GSASIIpath
Note: See TracChangeset for help on using the changeset viewer.