Skip to content

Commit dc5ca3c

Browse files
committed
does commenting out G2obj import fix the self-test?
1 parent fcc6d5a commit dc5ca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/imports/G2phase_RRUFF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import numpy as np
66
import random as ran
7-
from .. import GSASIIobj as G2obj
7+
#from .. import GSASIIobj as G2obj
88

99
class RRUFFReader(G2obj.ImportPhase):
1010
'''A fairly quickly-written importer to pull out the phase info from a

0 commit comments

Comments
 (0)