You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GSASII/SUBGROUPS.py
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,20 @@
31
31
#pseudolattice = "pseudosym/nph-pseudolattice"
32
32
cif2std='nph-cif2std'
33
33
subgrmag1='subgrmag1_general_GSAS.pl?'
34
+
#checkgr = 'checkgr.pl' # to be replaced with following:
34
35
checkgr='checkgr_gsas.pl'
35
36
minsup='nph-minsup'# coded but not used
36
37
timeout=150# time to wait for Bilbao to respond; 2.5 minutes
38
+
timeout=15# time to wait for Bilbao to respond; short since probably broken
37
39
38
40
defpostpostURL(page):
39
41
'''warn on Bilbao down
40
42
'''
41
-
ifpageisNone: return
43
+
ifpageisNone:
44
+
print('\n'+70*'*')
45
+
print("GSAS-II access Bilbao website is currently (as of mid-January, 2026)\nbeing repaired. Please check for updates and try again later in\nthe month.")
0 commit comments