Skip to content

Commit 8699d54

Browse files
committed
again try to fix self-test
1 parent b8811a3 commit 8699d54

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

GSASII/imports/G2phase_RRUFF.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
# -*- coding: utf-8 -*-
21
'''Reads structure files downloaded from the RRUFF database either as ASCII
32
text files or .rtf files that somehow are generated
43
'''
5-
from __future__ import division, print_function
64
import sys
75
import numpy as np
86
import random as ran
97
from .. import GSASIIobj as G2obj
108

119
class PhaseReaderClass(G2obj.ImportPhase):
12-
'''A quickly-written importer to open a .txt file from the RRUFF database
13-
https://rruff.info
14-
and pull out the phase info
10+
'''A fairly quickly-written importer to pull out the phase info from a
11+
RRUFF database (https://rruff.info) text file.
1512
'''
1613
def __init__(self):
1714
super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__

0 commit comments

Comments
 (0)