Changeset 69
- Timestamp:
- May 25, 2010 5:23:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r65 r69 499 499 def test1(): 500 500 ''' test #1: SpcGroup and SGPrint against previous results''' 501 testdir = ospath.join( mypath,'testinp')501 testdir = ospath.join(ospath.split(ospath.abspath( __file__ ))[0],'testinp') 502 502 if ospath.exists(testdir): 503 503 if testdir not in sys.path: sys.path.insert(0,testdir) … … 527 527 def test2(): 528 528 ''' test #2: SpcGroup against cctbx (sgtbx) computations''' 529 testdir = ospath.join( mypath,'testinp')529 testdir = ospath.join(ospath.split(ospath.abspath( __file__ ))[0],'testinp') 530 530 if ospath.exists(testdir): 531 531 if testdir not in sys.path: sys.path.insert(0,testdir)
Note: See TracChangeset
for help on using the changeset viewer.