Changeset 4213 for trunk/testDeriv.py


Ignore:
Timestamp:
Dec 19, 2019 11:04:03 PM (3 years ago)
Author:
toby
Message:

multiple small changes to allow docs build under 3.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testDeriv.py

    r4081 r4213  
    3838import GSASIItestplot as plot
    3939import GSASIImapvars as G2mv
    40 import pytexture as ptx
    41 ptx.pyqlmninit()            #initialize fortran arrays for spherical harmonics
     40try:  # fails on doc build
     41    import pytexture as ptx
     42    ptx.pyqlmninit()            #initialize fortran arrays for spherical harmonics
     43except ImportError:
     44    pass
    4245
    4346try:
Note: See TracChangeset for help on using the changeset viewer.