Skip to content

Commit a99ae99

Browse files
committed
fix the issue with talking to the new isodistort server
1 parent bc2e4bc commit a99ae99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GSASII/ISODISTORT.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ def GetISOcif(out4,method):
237237
data3['strainamplitude'] = '0.1'
238238
# for item in data3:
239239
# print(item,data3[item])
240+
if 'appbtn' in data3:
241+
data3.pop('appbtn')
240242
k = requests.post(isoformsite,data=data3)
241243
out5 = k.text #this is output cif!
242244
#print(out5)

0 commit comments

Comments
 (0)