Skip to content

Commit b3bb0fe

Browse files
committed
why does this break the self-test?
1 parent ed7075e commit b3bb0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GSASII/imports/G2phase_RRUFF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import random as ran
77
from .. import GSASIIobj as G2obj
88

9-
class PhaseReaderClass(G2obj.ImportPhase):
9+
class RRUFFReader(G2obj.ImportPhase):
1010
'''A fairly quickly-written importer to pull out the phase info from a
1111
RRUFF database (https://rruff.info) text file.
1212
'''

GSASII/imports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from . import G2phase_GPX
1818
from . import G2phase_INS
1919
from . import G2phase_rmc6f
20-
#from . import G2phase_RRUFF
20+
from . import G2phase_RRUFF
2121
from . import G2phase_xyz
2222
from . import G2pwd_BrukerBRML
2323
from . import G2pwd_BrukerRAW

0 commit comments

Comments
 (0)