mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 20:18:03 +00:00
Do not return log p
This commit is contained in:
parent
371b4bd057
commit
4eed5e1cc2
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class NearestNeighbourReader:
|
||||||
# or equal to CSiBORG.
|
# or equal to CSiBORG.
|
||||||
ks = kstest(ndist[i, :], cdf_interp[radial_cell], N=10000,
|
ks = kstest(ndist[i, :], cdf_interp[radial_cell], N=10000,
|
||||||
alternative="greater", method="exact")
|
alternative="greater", method="exact")
|
||||||
out[i] = numpy.log10(ks.pvalue)
|
out[i] = ks.pvalue
|
||||||
return out
|
return out
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue