Skip to content

Commit 6729ed7

Browse files
committed
trivial changes to force update
1 parent 7e672d2 commit 6729ed7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

GSASII/GSASIIdataGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def TestOldVersions():
551551
warnmsg = ''
552552
errmsg = ''
553553
for s,m in [('Python',None), ('wx',wx), ('matplotlib', mpl), ('numpy',np),
554-
('scipy',sp), ('OpenGL',ogl)]:
554+
('scipy',sp), ('OpenGL',ogl)]:
555555
if s == 'Python':
556556
pkgver = platform.python_version()
557557
prefix = ''

GSASII/GSASIIphsGUI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5529,6 +5529,7 @@ def OnSaveDAHist(event):
55295529
def OnClearDAHist(event):
55305530
data['Bonds'] = {}
55315531
data['Angles'] = {}
5532+
55325533
print('Bond & Angle histograms now empty')
55335534

55345535
def OnDistAngle(event,fp=None,hist=False):

0 commit comments

Comments
 (0)