pydcf
pydcf copied to clipboard
about the "'numpy.float64' object cannot be interpreted as an integer"
I add the line "N = int(N)" after line 333 and it could run in it entirety, but the output result contains only 5 DCF and the most of the rest show "nan". I wonder if it is because the wrong modification or the improper data set.
Oh. I just see the example files. The modification indeed work. It seems that my data sets exist some problems. Anyway, this modification seems to be useful for the problem of "numpy.float64.......".