Skip to content

Commit 461b1d0

Browse files
committed
Simplifying text interface, enchancing plotting.
1 parent a55fe4b commit 461b1d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

diffpy/pdfmorph/tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ def getPearson(chain):
9494
pcc, pval = pearsonr(yobj, yref)
9595
return pcc
9696

97-
# FIXME - common functionality like this needs to be factored out. Things like
98-
# this exist in SrFit and PDFgui. We need a common, python-only diffpy package
99-
# for this sort of stuff.
10097
def readPDF(fname):
10198
"""Reads an .gr file, loads r and G(r) vectors.
10299

0 commit comments

Comments
 (0)