- Timestamp:
- Jan 7, 2021 5:22:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r4732 r4740 31 31 import glob 32 32 import subprocess 33 import numpy as np 33 try: 34 import numpy as np 35 except ImportError: 36 print("skipping numpy in GSASIIpath") 34 37 g2home = 'https://subversion.xray.aps.anl.gov/pyGSAS' 35 38 'Define the location of the GSAS-II subversion repository'
Note: See TracChangeset
for help on using the changeset viewer.