Changeset 4213 for trunk/testDeriv.py
- Timestamp:
- Dec 19, 2019 11:04:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testDeriv.py
r4081 r4213 38 38 import GSASIItestplot as plot 39 39 import GSASIImapvars as G2mv 40 import pytexture as ptx 41 ptx.pyqlmninit() #initialize fortran arrays for spherical harmonics 40 try: # fails on doc build 41 import pytexture as ptx 42 ptx.pyqlmninit() #initialize fortran arrays for spherical harmonics 43 except ImportError: 44 pass 42 45 43 46 try:
Note: See TracChangeset
for help on using the changeset viewer.