Changeset 2844 for trunk/GSASIIobj.py


Ignore:
Timestamp:
May 30, 2017 4:25:04 PM (6 years ago)
Author:
toby
Message:

fix for readthedocs (import without full set of packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r2835 r2844  
    980980regular expressions. Initialized in :func:`CompileVarDesc`.
    981981'''
    982 P1SGData = G2spc.SpcGroup('P 1')[1] # data structure for default space group
     982# create a default space group object for P1; N.B. fails when building documentation
     983try:
     984    P1SGData = G2spc.SpcGroup('P 1')[1] # data structure for default space group
     985except TypeError:
     986    continue
    983987
    984988def GetPhaseNames(fl):
Note: See TracChangeset for help on using the changeset viewer.