We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55fe4b commit 461b1d0Copy full SHA for 461b1d0
diffpy/pdfmorph/tools.py
@@ -94,9 +94,6 @@ def getPearson(chain):
94
pcc, pval = pearsonr(yobj, yref)
95
return pcc
96
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.
100
def readPDF(fname):
101
"""Reads an .gr file, loads r and G(r) vectors.
102
0 commit comments