We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2e4bc commit a99ae99Copy full SHA for a99ae99
GSASII/ISODISTORT.py
@@ -237,6 +237,8 @@ def GetISOcif(out4,method):
237
data3['strainamplitude'] = '0.1'
238
# for item in data3:
239
# print(item,data3[item])
240
+ if 'appbtn' in data3:
241
+ data3.pop('appbtn')
242
k = requests.post(isoformsite,data=data3)
243
out5 = k.text #this is output cif!
244
#print(out5)
0 commit comments