Skip to content

Commit fcc6d5a

Browse files
committed
does commenting out more code fix the self-test?
1 parent 64f0852 commit fcc6d5a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

GSASII/imports/G2phase_RRUFF.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ 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
'''
13-
def __init__(self):
14-
super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
15-
extensionlist=('.txt'),
16-
strictExtension=True,
17-
formatName = 'RRUFF DIF file',
18-
longFormatName = 'RRUFF database DIF file download (*.txt)'
19-
)
13+
pass
14+
# def __init__(self):
15+
# super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
16+
# extensionlist=('.txt'),
17+
# strictExtension=True,
18+
# formatName = 'RRUFF DIF file',
19+
# longFormatName = 'RRUFF database DIF file download (*.txt)'
20+
# )
2021

2122
# def ContentsValidator(self, filename):
2223
# "Test if the file has CELL PARAMETERS: and SPACE GROUP: entries"

0 commit comments

Comments
 (0)